any-promise-es6

0.1.1 • Public • Published

AnyPromise adapter for ES6

AnyPromise adapter for ES6.

It is a somewhat tautological implementation that just exposes ES6 Promises as-is.

Usage

This adapter is implemented as an ES6 module which can be installed with jspm and loaded via SystemJS as follows:

import {Promise} from 'any-promise-es6';
 
function answer() {
    return Promise.resolve(42);
}

Package Sidebar

Install

npm i any-promise-es6

Weekly Downloads

3

Version

0.1.1

License

Apache-2

Last publish

Collaborators

  • theefer