UNPKG

co-readall

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