nx/docs/generated/devkit/GeneratorCallback.md
2024-03-12 09:33:44 +01:00

14 lines
283 B
Markdown

# Type alias: GeneratorCallback
Ƭ **GeneratorCallback**: () => `void` \| `Promise`\<`void`\>
A callback function that is executed after changes are made to the file system
#### Type declaration
▸ (): `void` \| `Promise`\<`void`\>
##### Returns
`void` \| `Promise`\<`void`\>