UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

4 lines (3 loc) 227 B
import { Tree } from '@nx/devkit'; import { ApplicationGeneratorSchema, NormalizedSchema } from '../schema'; export declare function normalizeOptions(host: Tree, options: ApplicationGeneratorSchema): Promise<NormalizedSchema>;