UNPKG
@web-std/file
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Web API compatible File implementation for node
github.com/web-std/io
web-std/io
@web-std/file
/
dist
/
src
/
package.cjs
16 lines
(10 loc)
•
263 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
blob =
require
(
'@web-std/blob'
);
Object
.
defineProperty
(
exports
,
'Blob'
, {
enumerable
:
true
,
get
:
function
(
) {
return
blob.
Blob
; } });
//# sourceMappingURL=package.cjs.map