co-readall
Version:
co version readall
20 lines (15 loc) • 310 B
JavaScript
/**!
* co-readall - index.js
*
* Copyright(c) fengmk2 and other contributors.
* MIT Licensed
*
* Authors:
* fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)
*/
;
/**
* Module dependencies.
*/
var thunkify = require('thunkify');
module.exports = thunkify(require('readall'));