isBlob es-toolkit
Checks if a value is a Blob instance.
Usage
isBlob(value)
Use isBlob when you want to check if a value is a Blob instance. Useful when handling files or binary data in browser environments.
Useful for file processing and API response validation.
Parameters
valueunknownrequired
The value to check if it's a Blob instance.
Returns
Returns true if the value is a Blob instance, false otherwise.
Source: es-toolkit
Re-exported verbatim from es-toolkit. Implementation, edge cases, and performance behavior are owned upstream. This page mirrors the documentation at the pinned version; the linked source is authoritative.