isBlob
Check if the given value
is a Blob
.
isBlob
method to verify the parameter type, avoiding errors caused by passing non-Blob values.v
(any
): The value to test if it is a Blob.v is Blob
): Returns true
if the value is a Blob, otherwise returns false
.