UNPKG

@intlayer/chokidar

Version:

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

5 lines 339 B
//#region src/writeContentDeclaration/dictionaryStatus.d.ts type DictionaryStatus = 'pending' | 'fetching' | 'up-to-date' | 'replaced' | 'updated' | 'fetched' | 'unknown' | 'error' | 'imported' | 'reimported in JSON' | 'new content file' | 'created'; //#endregion export { DictionaryStatus }; //# sourceMappingURL=dictionaryStatus.d.ts.map