globl
v0.3.0
Published
Exported globals it would be nice to mock
Readme
globl 
Exported globals it would be nice to mock.
setTimeoutclearTimeoutsetIntervalclearIntervalsetImmediateclearImmediaterequestAnimationFramecancelAnimationFrameconsoleprocessDateperformance
Install
$ yarn add globlUsage
import { setTimeout } from 'globl'
setTimeout(() => {
console.log('Time\'s up')
}, 1000)