Skip to content

seriousManual/inpairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inpairs Build Status

Iterates a given list in pairs of two.

const ip = require('inpairs')
const list = [1, 2, 3]

ip(list, (a, b) => {
  //called with the following tupels:
  //1, 2
  //2, 3
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published