UNPKG

ifd

Version:

Life Extending Ternary Operator Abstractions

12 lines (9 loc) 238 B
__Description__: If the option `condition: true` is passed then the array returning result will not be evaluated. __Default__ ``` [<if-condition-true>, <return-val>] ``` __Array Cond__ ``` [<if-condition-true>, <ifd>(<return-val>)] ```