UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

5 lines (4 loc) 177 B
import { IFileEntry } from "../../../types"; export interface IReadFileInstanceProps { fileDetails: <TData = unknown>(fullPath: string) => Promise<IFileEntry<TData>>; }