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>
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
Ƭ GeneratorCallback: () => void | Promise<void>
A callback function that is executed after changes are made to the file system
▸ (): void | Promise<void>
void | Promise<void>