UNPKG

kura-expo-fs

Version:

The FileSystem API abstraction library, Expo Filesystem Plugin

13 lines 517 B
import { AbstractAccessor, FileSystemObject, Transferer } from "kura"; interface ExpoFsTransfererOptions { background?: boolean; getOnly?: boolean; threshold?: number; } export declare class ExpoFsTransferer extends Transferer { private options?; constructor(options?: ExpoFsTransfererOptions); transfer(fromAccessor: AbstractAccessor, fromObj: FileSystemObject, toAccessor: AbstractAccessor, toObj: FileSystemObject): Promise<void>; } export {}; //# sourceMappingURL=ExpoFsTransferer.d.ts.map