Sha256: a9fd56a76f0b4c39ffd94785128e79ddbc337210b9feb4b09530616948adeb69
Contents?: true
Size: 222 Bytes
Versions: 36
Compression:
Stored size: 222 Bytes
Contents
'use strict' const { glob } = require('glob') const path = require('path') const globify = (pattern) => pattern.split(path.win32.sep).join(path.posix.sep) module.exports = (path, options) => glob(globify(path), options)
Version data entries
36 entries across 36 versions & 2 rubygems