UNPKG

file-system-access

Version:

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

8 lines (7 loc) 139 B
export declare const support: { adapter: { cache: boolean; native: boolean; sandbox: boolean; }; };