UNPKG
es6-promisify-all
Version:
latest (0.1.0)
0.1.0
Promisify entire objects
github.com/pgaubatz/node-es6-promisify-all
pgaubatz/node-es6-promisify-all
es6-promisify-all
/
index.js
4 lines
(2 loc)
•
64 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
require
(
'./lib/promisify-all'
);