UNPKG

105 BJavaScriptView Raw
1// @flow
2
3declare var __NODE__: boolean;
4declare var __BROWSER__: boolean;
5declare var __DEV__: boolean;