@rnx-kit/align-deps
Version:
Manage dependencies within a repository and across many repositories
13 lines • 429 B
TypeScript
import type { Config } from "@react-native-community/cli-types";
type InputArgs = Record<string, string | number | boolean | undefined>;
export declare const alignDepsCommand: {
name: string;
description: string;
func: (_argv: string[], _config: Config, args: InputArgs) => void;
readonly options: {
name: string;
description: string;
}[];
};
export {};
//# sourceMappingURL=commander.d.ts.map