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 233 B
import { type Tree } from '@nx/devkit'; export declare function addLocalRegistryScripts(tree: Tree): { startLocalRegistryPath: string; stopLocalRegistryPath: string; }; //# sourceMappingURL=add-local-registry-scripts.d.ts.map