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 (3 loc) 300 B
import type { ExecutorContext } from '@nx/devkit'; import type { ExecutorOptions, NormalizedExecutorOptions } from '../../../../utils/schema'; export declare function normalizeTasksOptions(inputs: Record<string, ExecutorOptions>, context: ExecutorContext): Record<string, NormalizedExecutorOptions>;