@web-std/file
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

web-file

ci package downloads styled with prettier

Web API compatible File for nodejs.

Usage

import { File, Blob } from "@web-std/file"
const file = new File(["hello", new TextEncoder().encode("world")], "hello")
for await (const chunk of blob.stream()) {
  console.log(chunk)
}

Usage from Typescript

This library makes use of typescript using JSDOC annotations and also generates type difinitions along with typed definition maps. So you should be able to get all the type innference out of the box.

Install

npm install @web-std/file

Package Sidebar

Install

npm i @web-std/file

Weekly Downloads

89,057

Version

3.0.3

License

MIT

Unpacked Size

15.2 kB

Total Files

23

Last publish

Collaborators

  • gozala