Checks if the given value is a Blob.
This function tests whether the provided value is an instance of Blob
.
It returns true
if the value is an instance of Blob
, and false
otherwise.
The value to test if it is a Blob.
True if the value is a Blob, false otherwise.
Alias