Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
};
1877
exports.Minimatch = Minimatch;
1878
var
ast_js_2 = require_ast();
Callers
2
defaults
Method · 0.45
defaults
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected