@ts-intl/dependency
Version:
I18n keys dependency analysis
5 lines • 342 B
TypeScript
import { ExtractIntlKeysOpts, IOpts } from './types';
export declare const getDependenciesFs: (entry: string, opts: Omit<IOpts, 'extractIntlKeys'> & {
extractIntlKeys?: IOpts['extractIntlKeys'];
}, extractIntlKeysOpts?: ExtractIntlKeysOpts) => Promise<import("./types").GetDependenciesRes>;
//# sourceMappingURL=getDependenciesFs.d.ts.map