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.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