UNPKG

@intlayer/chokidar

Version:

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

5 lines 226 B
import { type Options } from 'deepmerge'; export declare const mergeByKey: <T extends { key: string; }>(key: keyof T) => (target: T[], source: T[], options?: Options) => T[]; //# sourceMappingURL=mergeDictionaries.d.ts.map