4 packages
omise-ts
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.
omise-ts-sdk
promise-count
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
use-omise
A React hook for Omise payments