capital-p
v0.0.5
Published
Because why the fuck not?
Downloads
3
Readme
capital-p
Because why the fuck not?
var P = require('capital-p');
var a = P((res, rej) => {
setTimeout(() = { res('hello'); }, 1000);
});
var b = a.then(hello => `${hello}` world);
b.then(console.log.bind(console));
// Profit
install
with npm do:
npm install capital-p
license
MIT