mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-08 15:57:21 +00:00
push all website files
This commit is contained in:
5
website/functions/node_modules/stream-events/index.d.ts
generated
vendored
Normal file
5
website/functions/node_modules/stream-events/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Stream } from "stream";
|
||||
declare function StreamEvents<StreamType extends Stream>(stream: StreamType)
|
||||
: StreamType;
|
||||
declare namespace StreamEvents { }
|
||||
export = StreamEvents
|
Reference in New Issue
Block a user