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

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.

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 :)