1.0.2 • Published 9 years ago

once-cb v1.0.2

Weekly downloads
1,179
License
ISC
Repository
github
Last release
9 years ago

once-cb

Barebone once-and-only-once callback transformer.

Usage

var once = require('once-cb')

var cb = once(function() {
    console.log('callback!)
})

cb() // console.log appears
cb() // nothing happens

For details, look at the tests.

License

Written by Marinin Tim (@marinintim), licensed under MIT license.

1.0.2

9 years ago

1.0.1

9 years ago