UNPKG

got

Version:

Human-friendly and powerful HTTP request library for Node.js

3 lines (2 loc) 163 B
import type { EventEmitter } from 'node:events'; export default function proxyEvents(from: EventEmitter, to: EventEmitter, events: readonly string[]): () => void;