index.d.ts 183 Bytes Raw Blame History Permalink 1 2 3 4 5 import { Stream } from "stream"; declare function StreamEvents<StreamType extends Stream>(stream: StreamType) : StreamType; declare namespace StreamEvents { } export = StreamEvents