Skip to content

hsh2001/promise-all-settled-polyfill

Repository files navigation

Promise.allSettled polyfill

install

npm i promise-all-settled-polyfill

import

CommonJS:

require('promise-all-settled-polyfill')

ES module:

import 'promise-all-settled-polyfill'