@rnx-kit/align-deps
Version:
Manage dependencies within a repository and across many repositories
11 lines • 615 B
TypeScript
export declare const presets: {
"microsoft/react-native": Readonly<import("./types").Preset>;
};
export { capabilitiesFor } from "./capabilities";
export { cli, cliOptions } from "./cli";
export { checkPackageManifest } from "./commands/check";
export { checkPackageManifestUnconfigured } from "./commands/vigilant";
export { alignDepsCommand } from "./compatibility/commander";
export { updatePackageManifest } from "./manifest";
export type { Args, Command, DependencyType, ExcludedPackage, ManifestProfile, MetaPackage, Options, Package, Preset, Profile, } from "./types";
//# sourceMappingURL=index.d.ts.map