UNPKG

@types/stream-json

Version:
8 lines (4 loc) 191 B
import { Duplex, Transform, Writable } from "stream"; export = emit; declare function emit<Stream extends Writable | Duplex | Transform>(stream: Stream): Stream; declare namespace emit {}