UNPKG

owltech

Version:
6 lines (5 loc) 183 B
import { Stream } from "stream"; declare function StreamEvents<StreamType extends Stream>(stream: StreamType) : StreamType; declare namespace StreamEvents { } export = StreamEvents