dbarenholz / timed-promise

My reimplementation of a simple timed promise.

Home Page:https://dbarenholz.github.io/timed-promise/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timed-promise

Shameless reimplementation of this in typescript. Package is published to npm under my name @dbarenholz/timed-promise for my own convenience. Feel free to use it in your projects, but don't blame me if it breaks your code!

My personal goals for this repository:

  • Learning how to create a proper typescript config for building modules.
  • Learning how to publish a module to NPM.
  • Getting familiar with typescript, and particular differences between it and vanilla JS.

Documentation is available in the docs folder, which should be hosted via github for your convenience.

About

My reimplementation of a simple timed promise.

https://dbarenholz.github.io/timed-promise/

License:MIT License


Languages

Language:TypeScript 100.0%