nx/docs/generated/devkit/Executor.md
Michal Jez 6d2e7cd2cf
feat(nx-plugin): update executor generator to have context (#16982)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2024-06-04 17:49:50 -04:00

12 lines
317 B
Markdown

# Type alias: Executor\<T\>
Ƭ **Executor**\<`T`\>: [`PromiseExecutor`](../../devkit/documents/PromiseExecutor)\<`T`\> \| [`AsyncIteratorExecutor`](../../devkit/documents/AsyncIteratorExecutor)\<`T`\>
Implementation of a target of a project
#### Type parameters
| Name | Type |
| :--- | :---- |
| `T` | `any` |