nx/docs/generated/devkit/CreateNodesV2.md

464 B

Type alias: CreateNodesV2<T>

Ƭ CreateNodesV2<T>: readonly [projectFilePattern: string, createNodesFunction: CreateNodesFunctionV2<T>]

A pair of file patterns and CreateNodesFunctionV2 In Nx 20 CreateNodes will be replaced with this type. In Nx 21, this type will be removed.

Type parameters

Name Type
T unknown