UNPKG

@2e32/react-select

Version:
6 lines 377 B
export declare const isString: (str: unknown) => str is string; export declare const isNumber: (num: unknown) => num is number; export declare const isBoolean: (bool: unknown) => bool is boolean; export declare const isNil: (value: unknown) => boolean; export declare const isFunction: (fn: unknown) => fn is (...args: never) => unknown; //# sourceMappingURL=checkType.d.ts.map