UNPKG

@nx/js

Version:

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

3 lines (2 loc) 246 B
import type { ExecutorOptions, NormalizedExecutorOptions } from '../../../utils/schema'; export declare function normalizeOptions(options: ExecutorOptions, contextRoot: string, sourceRoot: string, projectRoot: string): NormalizedExecutorOptions;