UNPKG

promise-monofill

Version:

A module that exports native Promise. Always.

5 lines (2 loc) 65 B
var P = require('.'); P.reject(10).catch(e => console.log(e));