@ts-intl/dependency
Version:
I18n keys dependency analysis
27 lines • 1.1 kB
TypeScript
import { DepsGraph, IOpts } from '../types';
export declare const offsprings: (id: string, graph: DepsGraph, visit?: Record<string, boolean>) => string[];
export declare const mergeMadgeConfig: (config: IOpts['madgeConfig']) => {
tsConfig: any;
baseDir: string;
includeNpm?: boolean | undefined;
fileExtensions: string[];
excludeRegExp?: RegExp[] | undefined;
requireConfig?: string | undefined;
webpackConfig?: string | undefined;
layout?: string | undefined;
rankdir?: "TB" | "LR" | "BT" | "RL" | undefined;
fontName?: string | undefined;
fontSize?: string | undefined;
backgroundColor?: string | undefined;
nodeShape?: string | undefined;
nodeStyle?: string | undefined;
nodeColor?: string | undefined;
noDependencyColor?: string | undefined;
cyclicNodeColor?: string | undefined;
edgeColor?: string | undefined;
graphVizOptions?: object | undefined;
graphVizPath?: string | undefined;
detectiveOptions: object;
dependencyFilter?: ((id: string) => boolean) | undefined;
};
//# sourceMappingURL=madge.d.ts.map