UNPKG

@nx/js

Version:

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

4 lines 287 B
import type { ExecutorContext } from '@nx/devkit'; import type { NormalizedExecutorOptions } from '../../../utils/schema'; export declare function getTaskOptions(taskName: string, context: ExecutorContext): NormalizedExecutorOptions | null; //# sourceMappingURL=get-task-options.d.ts.map