UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

3 lines (2 loc) 210 B
import { IReadFileInstanceProps } from './read-file-instance.types'; export declare const readFileInstance: ({ fileDetails }: IReadFileInstanceProps) => <TData = unknown>(fullPath: string) => Promise<TData>;