An open API service indexing awesome lists of open source software.

https://github.com/isboyjc/promise

符合Promises/A+规范的Promise实现
https://github.com/isboyjc/promise

promise promises

Last synced: 4 months ago
JSON representation

符合Promises/A+规范的Promise实现

Awesome Lists containing this project

README

          

# Promise

符合 Promises/A+规范的 Promise 实现

- Promise

- then

- catch

- resolve

- reject

- race

- all

安装依赖

```js
npm install

or

yarn install
```

执行测试

```js
npm run test / yarn test
```