UNPKG

file-system-access

Version:

File System Access API implementation (ponyfill) with pluggable storage adapters via IndexedDB, Cache API, in-memory etc.

5 lines (4 loc) 327 B
// This is just a stub where we declare what we use from the web-streams-polyfill, for type checks. // At build time, a pair of .js + .d.ts files is copied in place of this file from the polyfill package. export const WritableStream: typeof global.WritableStream export const TransformStream: typeof global.TransformStream