使用
typescript
自定义实现了一个符合Promise/A+
规范的Promise
代码, 并通过了 所有promises-aplus-tests
测试用例
// 运行 promises-aplus-tests 测试用例
$ npm run test:mocha
$ yarn test:mocha
欢迎创建issue 或者 pr here.
自主实现 符合 Promise/A+ 规范的 Promise, 通过了 promises-aplus-tests 的所有测试用例
TypeScriptMIT