conditional-chain icon indicating copy to clipboard operation
conditional-chain copied to clipboard

Bring some logic to js waterfalls

Results 1 conditional-chain issues
Sort by recently updated
recently updated
newest added

here i tried to tyepscript the whole: ```ts const cond = (chain: T) => ({ if(condition: boolean, thanF: (obj?: T) => T, elseF?: (obj?: T) => T) { return cond(condition...