UNPKG
@remix-run/web-file
Version:
latest (3.1.0)
pre (3.1.0-pre.0)
3.1.0
3.1.0-pre.0
3.0.3
3.0.2
Web API compatible File implementation for node
github.com/remix-run/web-std-io
remix-run/web-std-io
@remix-run/web-file
/
dist
/
src
/
package.cjs
16 lines
(10 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
webBlob =
require
(
'@remix-run/web-blob'
);
Object
.
defineProperty
(
exports
,
'Blob'
, {
enumerable
:
true
,
get
:
function
(
) {
return
webBlob.
Blob
; } });
//# sourceMappingURL=package.cjs.map