UNPKG

promise-monofill

Version:

A module that exports native Promise. Always.

5 lines (4 loc) 123 B
var P = require('.'); // normally that would be: // var P = require('promise-monofill'); P.resolve(123).then(console.log);