UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

3 lines (2 loc) 212 B
import { IIsFileInstanceProps } from './is-file-instance.types'; export declare const isFileInstance: ({ exists, getRecord, rootDirectoryName }: IIsFileInstanceProps) => (fullPath: string) => Promise<boolean>;