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

1.0.2 • Public • Published

promise-helper

promise helper

Installation:

As a dependency in your npm package:

  • npm install @hlobka/promise-helper

Examples:

  • Example 1:
    • new PromiseList<void>([
        Promise.resolve(),
        Promise.resolve()
      ]).all()
        .then(() => {
          console.log("Hello World");
        });

Readme

Keywords

Package Sidebar

Install

npm i @hlobka/promise-helper

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

5.17 kB

Total Files

12

Last publish

Collaborators

  • hlobka