UNPKG

@nx/js

Version:

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

8 lines 266 B
import type { OutputBundle } from 'rollup'; export declare function typeDefinitions(options: { projectRoot: string; }): { name: string; generateBundle(_opts: unknown, bundle: OutputBundle): Promise<void>; }; //# sourceMappingURL=type-definitions.d.ts.map