UNPKG

spinjs

Version:

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

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