UNPKG

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