5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
var klaw = require('klaw')
|
|
|
|
module.exports = {
|
|
walk: klaw
|
|
}
|