appoint

Another Promise/A+ implementation.

Usage no npm install needed!

<script type="module">
  import appoint from 'https://cdn.skypack.dev/appoint';
</script>

README

appoint

Another Promise/A+ implementation, inspired by lie.

Install

npm install appoint

Usage

var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');

License

MIT