Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 564 Bytes
Promises/A+ logo

Promises/A+ in TypeScript

This is a minimalist implementation of the Promises/A+ specification in TypeScript.

This project defines the class Tomise – a portmanteau of Torsten (my name) and Promise.

Installation:

npm install
npm install --global typescript

Compile project: tsc index

Test compliance with Promises A+ specification: npm run-script test