UNPKG

@ts-intl/dictionary

Version:

I18n dictionary/messages generator

10 lines 420 B
import { Dictionary, NSPath, Reader } from '@ts-intl/shared'; export declare const extractDictionaryFs: ({ localePath, locale, basicLocale, include, exclude, reader, }: { localePath: string; locale: string; include: NSPath; basicLocale?: string | undefined; exclude?: NSPath | undefined; reader?: Reader<Dictionary> | undefined; }) => Dictionary; //# sourceMappingURL=extractDictionaryFs.d.ts.map