UNPKG

curried-intrinsic

Version:
2 lines (1 loc) 95 B
export declare const ternary: <E>(else_: E) => <T>(then: T) => (condition: boolean) => E | T;