UNPKG

ownfiles

Version:

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

3 lines 202 B
import FileClient from './fileClient'; export declare const update: (this: FileClient, resource: string, content: string, contentType?: string) => Promise<Response>; //# sourceMappingURL=update.d.ts.map