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

1.2.0 • Public • Published

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

/asyncc-promise/

    Package Sidebar

    Install

    npm i asyncc-promise

    Weekly Downloads

    16

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    219 kB

    Total Files

    77

    Last publish

    Collaborators

    • commenthol