Promise.withResolvers polyfill for JavaScript
npm install withresolvers
``shellnpm i withresolvers`
shellnpm i withresolvers
`tsimport { withResolvers } from 'withresolvers'
tsimport { withResolvers } from 'withresolvers'
const { promise, resolve, reject } = withResolvers()``