UNPKG
@remix-run/web-blob
Version:
latest (3.1.0)
pre (3.1.0-pre.0)
3.1.0
3.1.0-pre.0
3.0.5
3.0.4
Web API compatible Blob implementation
github.com/remix-run/web-std-io
remix-run/web-std-io
@remix-run/web-blob
/
dist
/
src
/
lib.d.ts
6 lines
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
export
const
Blob
: {
new
(blobParts?:
BlobPart
[] |
undefined
, options?:
BlobPropertyBag
|
undefined
):
Blob
;
prototype
:
Blob
; };
export
{
TextEncoder
,
TextDecoder
,
ReadableStream
}
from
"./package.js"
;
//# sourceMappingURL=lib.d.ts.map