include node_modules so release .zip is deployable
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export declare class Event {
|
||||
readonly target: EventTarget;
|
||||
readonly type: string;
|
||||
readonly timeStamp: number;
|
||||
constructor(type: string, init?: EventInit);
|
||||
}
|
||||
//# sourceMappingURL=Event.d.ts.map
|
||||
Reference in New Issue
Block a user