minipromise
v1.5.0
Published
A simple Promise implementation written in ES6
Downloads
35
Readme
Introduction
This is a simple Promise implementation written in ES6 syntax.
As Promise is now supported by all browsers and Node.js, it's not recommended to use this implementation in production environment.
This project is here to help people who want to know how Promise works.
