Remix.run Logo
mappum a day ago

I own the 'if' package on npm, which I wrote to be functions that can replace the if keyword, making no use of the if keyword in its definition.

middayc a day ago | parent [-]

interesting. Give us an example of it's usage ... or how you implemented it?

morcus 19 hours ago | parent [-]

I looked at the code - it uses ternary expressions.