UNPKG

@capacitor/filesystem

Version:

The Filesystem API provides a NodeJS-like API for working with files on the device.

5 lines (4 loc) 153 B
import type { FilesystemPlugin } from './definitions'; declare const Filesystem: FilesystemPlugin; export * from './definitions'; export { Filesystem };