UNPKG

@intlayer/chokidar

Version:

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

3 lines 246 B
import type { Dictionary } from '@intlayer/core'; export declare const loadContentDeclarations: (contentDeclarationFilePath: string[], projectRequire?: NodeJS.Require) => Promise<Dictionary[]>; //# sourceMappingURL=loadContentDeclaration.d.ts.map