UNPKG

spinjs

Version:

<p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/spin.js/master/logo.svg"></a></p>

9 lines (8 loc) 175 B
declare module NodeJS { interface Global { self: any; __BUNDLE_START_TIME__: any; } } declare var __DEV__: boolean; declare var global: NodeJS.Global;