Initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { Stream } from 'stream';
|
||||
declare function isStreamEnded(stream: Stream): boolean;
|
||||
declare namespace isStreamEnded {}
|
||||
export = isStreamEnded;
|
||||
Reference in New Issue
Block a user