UNPKG

@intlayer/chokidar

Version:

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

14 lines 293 B
//#region src/init/index.d.ts /** * OPTIONS */ type InitOptions = { noGitignore?: boolean; }; /** * MAIN LOGIC */ declare const initIntlayer: (rootDir: string, options?: InitOptions) => Promise<void>; //#endregion export { InitOptions, initIntlayer }; //# sourceMappingURL=index.d.ts.map