isBlob.d.ts 112 B

12
  1. /** Returns whether the payload is a Blob */
  2. export declare function isBlob(payload: unknown): payload is Blob;