UNPKG
@web-std/blob
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
Web API compatible Blob implementation
github.com/web-std/io
web-std/io
@web-std/blob
/
dist
/
src
/
blob.node.d.ts
5 lines
•
182 B
TypeScript
View Raw
1
2
3
4
5
export
const
Blob
: {
new
(blobParts?:
BlobPart
[] |
undefined
, options?:
BlobPropertyBag
|
undefined
):
Blob
;
prototype
:
Blob
; } |
null
;
//# sourceMappingURL=blob.node.d.ts.map