Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ type
Method
type
lib/internal/blob.js:222–226 ·
view source on GitHub ↗
* @readonly * @type {string}
()
Source
from the content-addressed store, hash-verified
220
* @
type
{string}
221
*/
222
get
type
() {
223
if
(!isBlob(this))
224
throw
new
ERR_INVALID_THIS(
'Blob'
);
225
return
this[kType];
226
}
227
228
/**
229
* @readonly
Callers
1
main
Function · 0.45
Calls
1
isBlob
Function · 0.85
Tested by
no test coverage detected