summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-12-09 23:12:52 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-12-09 23:12:52 -0800
commit00cb9033dd1cc6d32661f697601482edfd139c15 (patch)
tree525c58ce12496d5f4abc0a1dd00446f4225f286b
parentf229e4c60a56d3758b1bafc554cc3e5fcf710d20 (diff)
Use @node/types
-rw-r--r--global.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/global.d.ts b/global.d.ts
deleted file mode 100644
index 123f3ae..0000000
--- a/global.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-declare function clearTimeout(a)
-declare function setTimeout(a, b)
-declare module 'os'
-declare module 'fs'
-declare module 'process'
-declare const __dirname