zview-plus
Version:
基于 Vue3 的 UI 组件库
7 lines (6 loc) • 394 B
TypeScript
export declare function deepCopy(data: any): any;
export declare function isString(str: any): boolean;
export declare const withinNum: (origin: any, min: number, max: number) => number;
export declare const fillZero: (num: number) => string | number;
export declare const compareArrJoined: (arr1: any, arr2: any) => boolean;
export declare function formatOutputValue(val: any, rule: any): any;