UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

4 lines (3 loc) 163 B
export declare function isNullish(val: any): boolean; export declare function isPresent(val: any): boolean; export declare function isFunction(val: any): boolean;