1.0.4 • Published 6 years ago

assync v1.0.4

Weekly downloads
24
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago

2.6.6

8 years ago