GeneratorCallback
Ƭ GeneratorCallback: () => void | Promise<void>
A callback function that is executed after changes are made to the file system
Type declaration
Section titled “Type declaration”▸ (): void | Promise<void>
Returns
Section titled “Returns”void | Promise<void>