芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@formatjs/intl-utils/dist/diff.d.ts
export declare type Unit = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year'; export declare function selectUnit(from: Date | number, to?: Date | number, thresholds?: Partial
): { value: number; unit: Unit; }; declare type Thresholds = Record<'second' | 'minute' | 'hour' | 'day', number>; export declare const DEFAULT_THRESHOLDS: Thresholds; export {}; //# sourceMappingURL=diff.d.ts.map