defer-promise@2.0.0
Isomorphic function returning a deferred promise. Uses native `Promise.defer` if available, else polyfills.
MIT
2018-12-14
已弃用
Deferred promises have been standardised by the native Promise.withResolvers() method. This library will continue to function correctly but will no longer be maintained.
安装 (2.0.0)
npm install defer-promise@2.0.0
yarn add defer-promise@2.0.0
pnpm add defer-promise@2.0.0
bun add defer-promise@2.0.0
devDependencies (2)
| 包名 | 版本要求 |
|---|---|
| rollup | ^0.67.4 |
| test-runner | ^0.5.1 |