@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
7 lines (6 loc) • 426 B
TypeScript
import { Format } from "../utils/getFormatFromExtension.js";
//#region src/getContentDeclarationFileTemplate/getContentDeclarationFileTemplate.d.ts
declare const getContentDeclarationFileTemplate: (key: string, format: Format, fileParams?: Record<string, any>, noMetadata?: boolean) => Promise<string>;
//#endregion
export { getContentDeclarationFileTemplate };
//# sourceMappingURL=getContentDeclarationFileTemplate.d.ts.map