Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ type
Method
type
lib/internal/mime.js:345–347 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
}
344
345
get
type
() {
346
return
this.#
type
;
347
}
348
349
set
type
(v) {
350
v = `${v}`;
Callers
nothing calls this directly
Calls
1
toASCIILower
Function · 0.85
Tested by
no test coverage detected