Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs22
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
picomatch
/
File Content:
index.js
'use strict'; 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;
Submit
FILE
FOLDER
Name
Size
Permission
Action
lib
---
0755
LICENSE
1091 bytes
0644
index.js
479 bytes
0644
package.json
1953 bytes
0644
posix.js
60 bytes
0644
N4ST4R_ID | Naxtarrr