ownfiles
Version:
A library to manage files in a Solid User's Pod
11 lines • 360 B
TypeScript
import FileClient from './fileClient';
export interface IndexEntry {
url: string;
types: string[];
}
export declare const deepRead: (this: FileClient, folderUrl: string, options?: Partial<{
auth: any;
verbose: boolean;
foundCallback: (item: string) => unknown;
}>) => Promise<string[] | IndexEntry[]>;
//# sourceMappingURL=deepRead.d.ts.map