Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (not really recomended good practice in node, but do as you will)
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

About

An ES6 Promise polyfill

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages