MCPcopy Index your code
hub / github.com/nodejs/node / constructor

Method constructor

deps/minimatch/index.js:1151–1153  ·  view source on GitHub ↗
(pattern, options = {})

Source from the content-addressed store, hash-verified

1149 return Object.assign(m, {
1150 Minimatch: class Minimatch extends orig.Minimatch {
1151 constructor(pattern, options = {}) {
1152 super(pattern, ext(def, options));
1153 }
1154 static defaults(options) {
1155 return orig.defaults(ext(def, options)).Minimatch;
1156 }

Callers

nothing calls this directly

Calls 1

extFunction · 0.70

Tested by

no test coverage detected