UNPKG

@intlayer/chokidar

Version:

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

4 lines (3 loc) 197 B
import { buildDictionary } from "./buildIntlayerDictionary.mjs"; import { processContentDeclaration } from "./processContentDeclaration.mjs"; export { buildDictionary, processContentDeclaration };