| .. | |||||
| glob.js | |||||
| hash-to-segments.js | |||||
| move-file.js | |||||
| tmp.js |
'use strict'
const glob = require('glob')
const globify = (pattern) => pattern.split('//').join('/')
module.exports = (path, options) => glob(globify(path), options)
| .. | |||||
| glob.js | |||||
| hash-to-segments.js | |||||
| move-file.js | |||||
| tmp.js |