https://github.com/eddienubes/typescript-promise-example
A reminder for me of how to properly implement a native-like promise in TypeScript.
https://github.com/eddienubes/typescript-promise-example
Last synced: about 1 year ago
JSON representation
A reminder for me of how to properly implement a native-like promise in TypeScript.
- Host: GitHub
- URL: https://github.com/eddienubes/typescript-promise-example
- Owner: eddienubes
- Created: 2024-02-04T20:41:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T10:09:42.000Z (over 2 years ago)
- Last Synced: 2025-01-30T09:32:58.639Z (over 1 year ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### The repo contains a simple example of a TypeScript promise implementation with proper typings from scratch. This is just a brief reminder for me.
Please install **vitest** for running tests :)