once-cb

1.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i once-cb

Weekly Downloads

177

Version

1.0.2

License

ISC

Last publish

Collaborators

  • marinintim