UNPKG

@nx/js

Version:

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

10 lines 330 B
export declare function updateLockFile(cwd: string, { dryRun, verbose, options, }: { dryRun?: boolean; verbose?: boolean; options?: { skipLockFileUpdate?: boolean; installArgs?: string; installIgnoreScripts?: boolean; }; }): Promise<string[]>; //# sourceMappingURL=update-lock-file.d.ts.map