1.0.1 • Published 7 years ago

winfrey v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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()
1.0.1

7 years ago

1.0.0

7 years ago