export declare function toUndefined(value: T | undefined | null): T | undefined; export declare function identity(value: T): T; /** * 转换为数组 */ export declare function toArray(value: any): any[]; export declare function toInt(value: any): number | undefined; export declare function toFloat(value: any): number | undefined; //# sourceMappingURL=misc.d.ts.map