UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

3 lines 216 B
import { type IntlayerConfig } from '@intlayer/config'; export declare const fetchDistantDictionaryKeys: (configuration?: IntlayerConfig) => Promise<string[]>; //# sourceMappingURL=fetchDistantDictionaryKeys.d.ts.map