summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-11-18 23:55:39 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-11-18 23:55:39 -0800
commitc4fa5bdae3b68659c1cc25d8860fa2c4833b7921 (patch)
treed2f6d06019520e88ce7e7b02de5cebf528a5e29a
parentff6da5933d6d25ec2dab7a923bb77b9c407430bc (diff)
Add some node declarations
-rw-r--r--global.d.ts (renamed from src/global.d.ts)3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/global.d.ts b/global.d.ts
index aea6e31..123f3ae 100644
--- a/src/global.d.ts
+++ b/global.d.ts
@@ -1,3 +1,6 @@
declare function clearTimeout(a)
declare function setTimeout(a, b)
declare module 'os'
+declare module 'fs'
+declare module 'process'
+declare const __dirname