UNPKG

@intlayer/chokidar

Version:

Scans and builds Intlayer declaration files into dictionaries based on Intlayer configuration.

14 lines (13 loc) 612 B
import * as _$_intlayer_types0 from "@intlayer/types"; //#region src/createDictionaryEntryPoint/createDictionaryEntryPoint.d.ts type CreateDictionaryEntryPointOptions = { formats?: ('cjs' | 'esm')[]; excludeKeys?: string[]; }; /** * This function generates a list of dictionaries in the main directory */ declare const createDictionaryEntryPoint: (configuration?: _$_intlayer_types0.IntlayerConfig, options?: CreateDictionaryEntryPointOptions) => Promise<void>; //#endregion export { CreateDictionaryEntryPointOptions, createDictionaryEntryPoint }; //# sourceMappingURL=createDictionaryEntryPoint.d.ts.map