Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 865 Bytes

P-ap

Promises/A+ logo Build status

Yet an implementation of Promises/A+ with full promises-es6-tests features.

This implement is just a presentation . You'd better not use in production . Please prefer native Promise or canonical polyfill libs as bluebird.js, when.js, etc .

installation

npm install @xyhp915/p-ap

tests

npm install && npm run test