Type alias: CreateNodes<T>
Ƭ CreateNodes<T
>: readonly [projectFilePattern: string, createNodesFunction: CreateNodesFunction<T>]
A pair of file patterns and CreateNodesFunction
Deprecated
Use CreateNodesV2 instead. In Nx 20 support for calling createNodes with a single file for the first argument will be removed.
Type parameters
Name | Type |
---|---|
T | unknown |