@clubajax/promise-polyfill
v1.0.1
Published
A very small Promise implementation
Downloads
8
Readme
Promise Polyfill
A very light implementation of Promises.
This uses the polyfill by Taylor Hakes, see his page for the exact details.
The difference of this polyfill, is it is automatic. Just use import
.
Install
npm install @clubajax/promise-polyfill --save
Usage
import ' @clubajax/promise-polyfill';
License
MIT Free to use.