npm.io
1.5.0 • Published 6 years ago

minipromise

Licence
MIT
Version
1.5.0
Deps
0
Size
13 kB
Vulns
0
Weekly
0
Stars
10

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.