UNPKG

@mainnet-pat/indexeddb-fs

Version:

An 'fs' kind of library dedicated to the browser

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