UNPKG

@intlayer/chokidar

Version:

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

3 lines 246 B
import { BuildDictionariesOptions, buildDictionary } from "./buildIntlayerDictionary.js"; import { processContentDeclaration } from "./processContentDeclaration.js"; export { BuildDictionariesOptions, buildDictionary, processContentDeclaration };