leftover

0.0.0 • Public • Published

leftover

Call callbacks a couple of times and return with the last data

Installation

npm install leftover

Example

var leftover = require('./leftover')
 
  , fn = leftover(3, function(err, data) {
      console.log(data) // will pring out "three"
    })
 
fn(null, 'one')
fn(null, 'two')
fn(null, 'three')

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    2

Package Sidebar

Install

npm i leftover

Weekly Downloads

1

Version

0.0.0

License

none

Last publish

Collaborators

  • kesla