@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
9 lines (8 loc) • 425 B
TypeScript
import { IntlayerConfig } from "@intlayer/types/config";
//#region src/createType/createModuleAugmentation.d.ts
declare const getTypeName: (key: string) => string;
/** Generate the index file merging all the types */
declare const createModuleAugmentation: (configuration: IntlayerConfig) => Promise<void>;
//#endregion
export { createModuleAugmentation, getTypeName };
//# sourceMappingURL=createModuleAugmentation.d.ts.map