1.2.0 • Published 2 years ago

asyncc-promise v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

asyncc-promise

Just asynchronous patterns for promises

NPM version Build Status

Runs in the browser and on node.

The module provided follows the asyncc syntax.

Serial execution patterns

Parallel execution patterns

Installation

$ npm install asyncc-promise

Tests

$ npm test

Usage

As ES6 Modules

import {each, eachSeries} from 'asyncc-promise'

As CommonJS Modules

const {each, eachSeries} = require('asyncc-promise')

References

1.2.0

2 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago