Skip to content

UmbraEngineering/promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published