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>