Files

6 lines
62 B
JavaScript
Raw Permalink Normal View History

var klaw = require('klaw')
module.exports = {
walk: klaw
}