UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

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