qiqihaobenben / promise-aplus-impl

A simple implementation of Promise /A+ Spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple implementation of Promise /A+ Spec

License:MIT License


Languages

Language:JavaScript 100.0%