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 (7 loc) 220 B
import type { OutputBundle } from 'rollup'; export declare function typeDefinitions(options: { projectRoot: string; }): { name: string; generateBundle(_opts: unknown, bundle: OutputBundle): Promise<void>; };