index.d.ts 153 B

1234
  1. import type { FilesystemPlugin } from './definitions';
  2. declare const Filesystem: FilesystemPlugin;
  3. export * from './definitions';
  4. export { Filesystem };