nw-ui-vue
Version:
NW component for vue2.x
7 lines (6 loc) • 359 B
TypeScript
export declare const hasOwnProperty: (v: PropertyKey) => boolean;
export declare const isEmptyArrayValue: (arr?: never[]) => boolean;
export declare const isEmpty: (val: any) => boolean;
export declare const generateId: () => number;
export declare const strDeep: (obj: any) => any;
export declare function setNumber(n: any, decimals?: number): number;