UNPKG

@intlayer/chokidar

Version:

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

7 lines (6 loc) 255 B
import { Dictionary } from "@intlayer/types/dictionary"; //#region src/reduceDictionaryContent/applyMask.d.ts declare const applyMask: (full: Dictionary, mask: any) => Dictionary; //#endregion export { applyMask }; //# sourceMappingURL=applyMask.d.ts.map