UNPKG

dts-element-fp

Version:

typescript definition generator for functional programming

2 lines (1 loc) 74 B
export declare function ensure<T>(value: any, is: (x: any) => x is T): T;