Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 277 Bytes

promise-aplus-impl

A simple implementation of Promise /A+ Spec

# plain javascript implementation of Promise /A+
npm run test

# naive javascript implementation of Promise /A+
npm run test-naive

# rxjs based implementation of Promise /A+
npm run test-rxjs