Buckets:
| ; | |
| const pico = require('./lib/picomatch'); | |
| const utils = require('./lib/utils'); | |
| function picomatch(glob, options, returnState = false) { | |
| // default to os.platform() | |
| if (options && (options.windows === null || options.windows === undefined)) { | |
| // don't mutate the original options object | |
| options = { ...options, windows: utils.isWindows() }; | |
| } | |
| return pico(glob, options, returnState); | |
| } | |
| Object.assign(picomatch, pico); | |
| module.exports = picomatch; | |
Xet Storage Details
- Size:
- 479 Bytes
- Xet hash:
- 1adb45ee0d420e2c7438a4dac2e269cd2c98d2f7ca696920ce8effb49e92c1a3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.