558 B
558 B
Home > @apextoaster/js-utils > defaultWhen
defaultWhen() function
Signature:
export declare function defaultWhen<TVal>(condition: boolean, ...items: Array<TVal>): TVal;
Parameters
Parameter | Type | Description |
---|---|---|
condition | boolean |
|
items | Array<TVal> |
Returns:
TVal