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

Method defaults

deps/minimatch/index.js:1873–1875  ·  view source on GitHub ↗
(def)

Source from the content-addressed store, hash-verified

1871 return this.negate;
1872 }
1873 static defaults(def) {
1874 return exports.minimatch.defaults(def).Minimatch;
1875 }
1876};
1877exports.Minimatch = Minimatch;
1878var ast_js_2 = require_ast();

Callers 2

defaultsMethod · 0.45
defaultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected