Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 7731d10

Browse files
authored
Add flow-typed globals (#76)
1 parent 3b6914f commit 7731d10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow-typed/globals.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// @flow
2+
3+
declare var __NODE__: boolean;
4+
declare var __BROWSER__: boolean;

0 commit comments

Comments
 (0)