UNPKG

@pk-design/react-ui-kit

Version:
7 lines (6 loc) 328 B
export declare const isString: (str: any) => boolean; export declare const isObject: (obj: any) => boolean; export declare const isUnDefined: (v: any) => boolean; export declare const isFunction: (v: any) => boolean; export declare const isDefined: (v: any) => boolean; export declare const isNumber: (v: any) => boolean;