@rnx-kit/align-deps
Version:
Manage dependencies within a repository and across many repositories
15 lines • 589 B
TypeScript
import * as nodefs from "node:fs";
import type { Command, Options } from "../types.ts";
/**
* Creates the `set-version` command.
*
* Note that this command will only run if the package is configured and
* contains no misalignments.
*
* @param versions Version range string provided on the command line
* @param options Command line options
* @returns The `set-version` command
*/
export declare function makeSetVersionCommand(versions: string | number, options: Options,
/** @internal */ fs?: typeof nodefs): Promise<Command | undefined>;
//# sourceMappingURL=setVersion.d.ts.map