then / lazy-promise

A bare-bones lazily-evaluated Promises/A+ implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

lazy-promise

A bare-bones lazily-evaluated Promises/A+ implementation.

Installation

$ npm install lazy-promise

or

$ component install then/lazy-promise

API

new Promise(function(resolve, reject))

Create a new lazy promise with the given function.

License

MIT

About

A bare-bones lazily-evaluated Promises/A+ implementation.


Languages

Language:JavaScript 66.7%Language:TypeScript 33.3%