@cainiaofe/cn-ui-m
Version:
10 lines (9 loc) • 319 B
TypeScript
export declare function toNumber(num: any): any;
export declare function clamp(value: any, min: any, max: any): any;
/**
* 值无效时,获取最大值
* @param min
* @param max
* @param threshold
*/
export declare function getDefaultValue(min: number, max: number, threshold: number, emptyValue?: number): any;