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
/
lib.cjs
11 lines
(7 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
const
File
= globalThis.
File
;
const
Blob
= globalThis.
Blob
;
exports
.
Blob
=
Blob
;
exports
.
File
=
File
;
//# sourceMappingURL=lib.cjs.map