UNPKG

as-type

Version:

Convert undetermined data types to the type you want

4 lines (3 loc) 158 B
export declare function boolean(value: any): boolean; export declare function integer(value: any): number; export declare function float(value: any): number;