UNPKG

@ts-intl/dictionary

Version:

I18n dictionary/messages generator

3 lines 303 B
import { Dictionary, NSPath, Trie } from '@ts-intl/shared'; export declare const extractDictionary: (dict: Dictionary, fallbackDict: Dictionary, include: Trie | NSPath, exclude?: Trie | NSPath, logger?: ((path: string) => void) | undefined) => Dictionary; //# sourceMappingURL=extractDictionary.d.ts.map