promise-es6

0.1.0 • Public • Published

Promise

An ES6 Promise polyfill.

Build Status

Install

$ npm install [--save] promise-es6

Usage

// Load for use in this one place ...
var Promise = require('promise-es6').Promise;
 
// ... or make a global polyfill
require('promise-es6').install();

Running tests

We rely on promises-aplus-tests for unit testing. The tests can be run with the following:

$ npm install
$ npm test

Readme

Keywords

Package Sidebar

Install

npm i promise-es6

Weekly Downloads

89

Version

0.1.0

License

MIT

Last publish

Collaborators

  • k