UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

11 lines (10 loc) 340 B
export declare function updateLockFile(cwd: string, { dryRun, verbose, useLegacyVersioning, options, }: { dryRun?: boolean; verbose?: boolean; useLegacyVersioning?: boolean; options?: { skipLockFileUpdate?: boolean; installArgs?: string; installIgnoreScripts?: boolean; }; }): Promise<string[]>;