export declare type ISTYPE = 'Array' | 'Object' | 'Function' | 'AsyncFunction' | 'GeneratorFunction' | 'String' | 'Number' | 'NaN' | 'RegExp' | 'Date' | 'Undefined' | string; export declare function IS(type: ISTYPE | ISTYPE[] | Record): (value: unknown) => boolean; //# sourceMappingURL=is.d.ts.map