@themost/promise-sequence
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@themost/promise-sequence

An extension for executing an array of promise in series

Usage

npm i @themost/promise-sequence

Execute an array of promises:

import '@themost/promise-sequence'
const results = await Promise.sequence([
    () => new Promise(...),
    () => new Promise(...)
]);

Readme

Keywords

Package Sidebar

Install

npm i @themost/promise-sequence

Weekly Downloads

41

Version

1.0.2

License

BSD-3-Clause

Unpacked Size

4.03 kB

Total Files

5

Last publish

Collaborators

  • themost