Moff
Bun

method

http.Server.off

off<E extends keyof ServerEventMap<typeof IncomingMessage, typeof ServerResponse>>(
eventName: E,
listener: (...args: ServerEventMap<Request, Response>[E]) => void
): this;

Alias for emitter.removeListener().

eventName: string | symbol,
listener: (...args: any[]) => void
): this;

Alias for emitter.removeListener().