Type alias PreviewServerHook
PreviewServerHook: ((this,
server) => (() => void) | void | Promise<(() => void) | void>) Type declaration
- (this, server): (() => void) | void | Promise<(() => void) | void>
Returns (() => void) | void | Promise<(() => void) | void>