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
/
lib.node.d.ts
5 lines
•
173 B
TypeScript
View Raw
1
2
3
4
5
/**
@type
{
typeof globalThis.File
} */
export
const
File
:
typeof
globalThis.
File
;
import
{
Blob
}
from
"./package.js"
;
export
{
Blob
};
//# sourceMappingURL=lib.node.d.ts.map