Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hojas/my-promise
手写实现 Promise
https://github.com/hojas/my-promise
promise typescript
Last synced: 23 days ago
JSON representation
手写实现 Promise
- Host: GitHub
- URL: https://github.com/hojas/my-promise
- Owner: hojas
- License: mit
- Created: 2023-02-17T06:24:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T11:11:04.000Z (about 1 month ago)
- Last Synced: 2024-11-23T12:22:55.764Z (about 1 month ago)
- Topics: promise, typescript
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## my-promise
手写实现 Promise,通过 promises-aplus-tests 测试。
## 参考
https://github.com/JohnApache/promise-aplus-impl