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