1.0.1 • Published 7 years ago
winfrey v1.0.1
winfrey
Execute a function when nothing else is going on.
Works in the browser (IE10+) or in node (0.7.6+)
example
const winfrey = require('winfrey')
winfrey(() => {
doAnalyticsOrOptimizationOrWhatever()
})
main()