cpv123


Chris

  • Come in handy a few times; an alternative to `Promise.all` but without the fail-fast behaviour ```js const promise1 = new Promise((resolve, reject) => setTimeout(() => reject(1), 5000)) const promise2 = new Promise((resolve, reject) => resolve(2)) promise

    published 0.0.7 5 years ago
  • A React hook for Omise payments

    published 1.2.1 2 years ago
  • A modern-day version of the [omise-node](https://github.com/omise/omise-node) package, allowing you to easily use the [Omise APIs](https://www.omise.co/docs) with Node.js.

    published 1.0.0 a year ago