@akijoey/promise

Promises/A+ implementation.

Usage no npm install needed!

<script type="module">
  import akijoeyPromise from 'https://cdn.skypack.dev/@akijoey/promise';
</script>

README

Promise

npm build license

Promises/A+ implementation.

Installation

$ npm i @akijoey/promise

Usage

const Promise = require('@akijoey/promise')

Test

Promise/A+ specification.

$ npm run test

License

MIT © AkiJoey