1.0.4 • Published 7 years ago

assync v1.0.4

Weekly downloads
24
License
ISC
Repository
github
Last release
7 years ago

view on npm npm module downloads CircleCI Dependency Status codecov

assync

Asynchronous, parallel .map(), .filter(), and more. Works really well with async/await.

Example

const {HTTP} = require('http-call')
const {assync} = require('assync')

async function main () {
  const output = await assync(['jdxcode']) // start with github user 'jdxcode'
    .map(userID => )
}
main()
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago

2.6.6

10 years ago