Type alias: GeneratorCallback
Ƭ GeneratorCallback: () => void
| Promise
<void
>
Type declaration
▸ (): void
| Promise
<void
>
A callback function that is executed after changes are made to the file system
Returns
void
| Promise
<void
>
The State of JS survey is live, featuring a monorepo tools sectionThe State of JS survey is live, featuring a monorepo tools sectionVote for us
Ƭ GeneratorCallback: () => void
| Promise
<void
>
▸ (): void
| Promise
<void
>
A callback function that is executed after changes are made to the file system
void
| Promise
<void
>