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 288 B
import { type ExecutorContext } from '@nx/devkit'; import { type PruneLockfileOptions } from './schema'; export default function pruneLockfileExecutor(schema: PruneLockfileOptions, context: ExecutorContext): Promise<{ success: boolean; }>; //# sourceMappingURL=prune-lockfile.d.ts.map