UNPKG

@intlayer/chokidar

Version:

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

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