UNPKG

@ts-intl/dependency

Version:

I18n keys dependency analysis

9 lines 425 B
import { Project } from '@ts-intl/shared'; export declare const cacheDependenciesRes: ({ projectConfig, cacheFilePaths, }: Pick<Project, 'projectConfig' | 'cacheFilePaths'>) => Promise<{ graph: Record<string, string[]>; pathIntlKeysMap: Record<string, string[]>; moduleIntlKeysMap: Record<string, string[]>; usedIntlKeys: string[]; modules: string[]; }>; //# sourceMappingURL=cacheDependenciesRes.d.ts.map