UNPKG

ifd

Version:

Life Extending Ternary Operator Abstractions

10 lines (8 loc) 111 B
__The "falsey" Solution__ ```js const foo = ifd(0, 5, { // 0 is not false zero: true }); // foo === 0 ```