UNPKG

@intlayer/chokidar

Version:

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

7 lines (6 loc) 347 B
import { IntlayerConfig } from "@intlayer/types/config"; //#region src/handleContentDeclarationFileChange.d.ts declare const handleContentDeclarationFileChange: (filePath: string, config: IntlayerConfig) => Promise<void>; //#endregion export { handleContentDeclarationFileChange }; //# sourceMappingURL=handleContentDeclarationFileChange.d.ts.map