UNPKG

kura

Version:

The FileSystem API abstraction library.

6 lines 329 B
import { AbstractAccessor } from "./AbstractAccessor"; import { FileSystemObject } from "./FileSystemObject"; export declare class Transferer { transfer(fromAccessor: AbstractAccessor, fromObj: FileSystemObject, toAccessor: AbstractAccessor, toObj: FileSystemObject): Promise<void>; } //# sourceMappingURL=Transferer.d.ts.map