JSPM

  • Created
  • Published
  • Downloads 30348
  • Score
    100M100P100Q169638F
  • License MIT

Aigle is an ideal Promise library, faster and more functional than other Promise libraries

Package Exports

  • aigle

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aigle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Aigle

npm CircleCI branch Codecov branch

Aigle is an ideal promise library which is faster and more efficient than other libraries. On top of being an impressive benchmark exercise, it is a production-ready library that implements the Promise A+ standard.

Also it has a lot of async style functions, you can start using Promise easily.

Usage

node

npm install --save aigle
const Promise = require('aigle');

browser

Recommend to use webpack, browserify, Rollup or any bundling tool.

or prebuilt scripts from here.

This will expose to global as window.Promise.

<script src="dist/aigle.min.js"></script>
window.Promise;

Functions

Core

prototype functions

class functions

Collections

prototype functions

class functions

Control flow

prototype functions

class functions

Utils

prototype functions

class functions

Debug

class functions