3.2.6 • Published 5 years ago

promyse v3.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Promyse

Promyse it's just a bad imitation of the Promise API that is Promises/A+ compliant.\ You won't find an efficient, well written implementation. Only a well-documented one that may or may not help you understand what's going on under the hood.

I had fun writing it, I hope you'll find my code fun too.

P.S. I've already implemented two new static methods that currently are only proposals: Promyse.allSettled and Promyse.any.\ Use them at your own risk.

how

npm i -S promyse
const { Promyse } = require("promyse");
3.2.6

5 years ago

3.2.4

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago