0.3.0 • Published 5 years ago
globl v0.3.0
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)