UNPKG

@intlayer/chokidar

Version:

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

8 lines 279 B
//#region src/init/utils/jsonParser.d.ts /** * Helper to parse JSON that may contain comments (tsconfig allows comments) */ declare const parseJSONWithComments: (jsonString: string) => any; //#endregion export { parseJSONWithComments }; //# sourceMappingURL=jsonParser.d.ts.map