-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.d.ts
More file actions
16 lines (15 loc) · 664 Bytes
/
index.d.ts
File metadata and controls
16 lines (15 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// OpenWorkers Runtime Types
/// <reference path="./types/globals.d.ts" />
/// <reference path="./types/events.d.ts" />
/// <reference path="./types/abort.d.ts" />
/// <reference path="./types/streams.d.ts" />
/// <reference path="./types/blob.d.ts" />
/// <reference path="./types/url.d.ts" />
/// <reference path="./types/fetch.d.ts" />
/// <reference path="./types/encoding.d.ts" />
/// <reference path="./types/crypto.d.ts" />
/// <reference path="./types/console.d.ts" />
/// <reference path="./types/timers.d.ts" />
/// <reference path="./types/websocket.d.ts" />
/// <reference path="./types/workers.d.ts" />
/// <reference path="./types/bindings.d.ts" />