0.5.0 • Published 6 years ago

@promises/core v0.5.0

Weekly downloads
179
License
MIT
Repository
github
Last release
6 years ago

@promises/core

Source Code Version MIT License Bundle Size

Core is package from Promises library

Use

Module

$ npm install --save @promises/core
import {
 Promises,
 default as Promises
} from '@promises/core';

Browser

<script src="https://unpkg.com/@promises/core/bundle.umd.min.js"></script>
let {
 Promises
} = P;

Compatibility

These modules are written in typescript and available in ES5 and ES6 standard, the requirements are a global Promise (native or polyfill).

License

Copyright © 2017 Yisrael Eliav, Licensed under the MIT license.