UNPKG

ownfiles

Version:

A library to manage files in a Solid User's Pod

5 lines 390 B
import FileClient from './fileClient'; export declare const copy: (this: FileClient, resource: string, location: string) => Promise<unknown>; export declare const copyFile: (this: FileClient, resource: string, location: string) => Promise<Response>; export declare const copyFolder: (this: FileClient, resource: string, location: string) => Promise<void>; //# sourceMappingURL=copy.d.ts.map