UNPKG

447 BTypeScriptView Raw
1export declare type CacheValue = Intl.NumberFormat | Intl.DateTimeFormat | Intl.PluralRules | any;
2export interface MemoizeFormatConstructorFn {
3 <T extends {
4 new (...args: any[]): any;
5 }>(constructor: T, cache?: Record<string, CacheValue>): (...args: ConstructorParameters<T>) => any;
6}
7declare const memoizeFormatConstructor: MemoizeFormatConstructorFn;
8export default memoizeFormatConstructor;
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file