@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
7 lines (6 loc) • 321 B
TypeScript
import { Dictionary } from "@intlayer/types/dictionary";
//#region src/writeContentDeclaration/transformJSONFile.d.ts
declare const transformJSONFile: (fileContent: string, dictionary: Dictionary, noMetadata?: boolean) => string;
//#endregion
export { transformJSONFile };
//# sourceMappingURL=transformJSONFile.d.ts.map