UNPKG

@intlayer/chokidar

Version:

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

5 lines 295 B
import { Dictionary, type Plugins } from '@intlayer/core'; /** Translation plugin. Replaces node with a locale string if nodeType = Translation. */ export declare const buildMaskPlugin: Plugins; export declare const buildMask: (source: Dictionary) => any; //# sourceMappingURL=buildMask.d.ts.map