UNPKG

curried-intrinsic

Version:
2 lines (1 loc) 85 B
export declare const nullishCoalesce: <U>(b: U) => <T>(a: T) => U | NonNullable<T>;