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
Another Promise/A+ implementation.
<script type="module">
import appoint from 'https://cdn.skypack.dev/appoint';
</script>
Another Promise/A+ implementation, inspired by lie.
npm install appoint
var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');
MIT