UNPKG

@nx/nest

Version:

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.

9 lines 552 B
import type { Tree } from '@nx/devkit'; import type { NestGeneratorWithLanguageOption, NormalizedOptions, UnitTestRunner } from './types'; export declare function normalizeOptions(tree: Tree, options: NestGeneratorWithLanguageOption, normalizationOptions?: { allowedFileExtensions?: Array<'js' | 'ts'>; skipLanguageOption?: boolean; suffix?: string; }): Promise<NormalizedOptions>; export declare function unitTestRunnerToSpec(unitTestRunner: UnitTestRunner | undefined): boolean | undefined; //# sourceMappingURL=normalize-options.d.ts.map