utils.lang.d.ts 209 B

1234
  1. export declare function isNumber(v: any): boolean;
  2. export declare function isString(v: any): boolean;
  3. export declare function isObject(v: any): boolean;
  4. export declare function isPlainObject(v: any): boolean;