assync
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i assync

Weekly Downloads

80

Version

1.0.4

License

ISC

Last publish

Collaborators

  • dickeyxxx