UNPKG

@intlayer/chokidar

Version:

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

7 lines (6 loc) 314 B
import { IntlayerConfig } from "@intlayer/types/config"; //#region src/loadDictionaries/logTypeScriptErrors.d.ts declare const logTypeScriptErrors: (filePaths: string[], configuration: IntlayerConfig) => Promise<void>; //#endregion export { logTypeScriptErrors }; //# sourceMappingURL=logTypeScriptErrors.d.ts.map