芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/intl-format-cache/index.d.ts
export declare type CacheValue = Intl.NumberFormat | Intl.DateTimeFormat | Intl.PluralRules | any; export interface MemoizeFormatConstructorFn {
(constructor: T, cache?: Record
): (...args: ConstructorParameters
) => any; } declare const memoizeFormatConstructor: MemoizeFormatConstructorFn; export default memoizeFormatConstructor; //# sourceMappingURL=index.d.ts.map