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')

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i leftover

    Weekly Downloads

    2

    Version

    0.0.0

    License

    none

    Last publish

    Collaborators

    • kesla