@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
7 lines (6 loc) • 322 B
TypeScript
import { Dictionary } from "@intlayer/types/dictionary";
//#region src/loadDictionaries/loadYamlContentDeclaration.d.ts
declare const loadYamlContentDeclaration: (path: string) => Promise<Dictionary | undefined>;
//#endregion
export { loadYamlContentDeclaration };
//# sourceMappingURL=loadYamlContentDeclaration.d.ts.map