Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Export Promised value to Typescript (fixes #21) Added a declaration of the global Promised value for typescript code. Without this, Javascript will work but the Typescript compiler will fail with `'Promised' only refers to a type, but is being used as a value here.` breaking the build. * Update index.d.ts
- Loading branch information