UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

4 lines (3 loc) 254 B
import type { ProjectConfiguration, Tree } from '@nrwl/devkit'; import type { NormalizedSchema, Schema } from '../schema'; export declare function normalizeSchema(tree: Tree, schema: Schema, projectConfiguration: ProjectConfiguration): NormalizedSchema;