/promise-aplus-impl

A simple implementation of Promise /A+ Spec

Primary LanguageJavaScriptMIT LicenseMIT

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