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

317 B

Type alias: Executor<T>

Ƭ Executor<T>: PromiseExecutor<T> | AsyncIteratorExecutor<T>

Implementation of a target of a project

Type parameters

Name Type
T any