UNPKG

kura-expo-fs

Version:

The FileSystem API abstraction library, Expo Filesystem Plugin

6 lines 309 B
import { LocalFileSystemAsync } from "kura"; import { FileSystemOptions } from "kura/lib/FileSystemOptions"; export declare class ExpoFsLocalFileSystemAsync extends LocalFileSystemAsync { constructor(rootDir: string, options?: FileSystemOptions); } //# sourceMappingURL=ExpoFsLocalFileSystemAsync.d.ts.map