UNPKG

@nx/js

Version:

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

6 lines (5 loc) 210 B
export declare function updateLockFile(cwd: string, { dryRun, verbose, generatorOptions, }: { dryRun?: boolean; verbose?: boolean; generatorOptions?: Record<string, unknown>; }): Promise<string[]>;