/** 确保一个值是数字,并且不是 NaN 或 Infinity。如果不是,返回 0 或者指定的默认值 */ export declare function numberOf(input: any, fallback?: number): any; //# sourceMappingURL=numberOf.d.ts.map