English
Appearance
Determine whether the input value is a Blob.
Blob
import { isBlob } from 'rattail' isBlob(new Blob(['Hello, World!'], { type: 'text/plain' })) // return true
value
any
boolean