Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 280 Bytes

File metadata and controls

28 lines (18 loc) · 280 Bytes

手写 Promise

包含手写实现代码和测试代码

步骤

安装

yarn install

执行

# Promises/A+ Compliance Test Suite
yarn test

单元测试

yarn jest

资料

promise源码