UNPKG

@intlayer/unmerged-dictionaries-entry

Version:

Provides the entry path for Intlayer dictionaries, solving filesystem retrieval issues for bundlers like Webpack and Rollup.

10 lines 583 B
/** * @intlayer/unmerged-dictionaries-entry is a package that only returns the unmerged dictionary entry file. * Using an external package allow to alias it in the bundle configuration (such as webpack). * The alias allow hot reload the app (such as nextjs) on any dictionary change. */ import type { Dictionary } from 'intlayer'; export declare const getUnmergedDictionaries: () => Record<IntlayerDictionaryTypesConnector, Dictionary[]>; declare const _default: Record<IntlayerDictionaryTypesConnector, Dictionary[]>; export default _default; //# sourceMappingURL=index.d.ts.map