UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

3 lines (2 loc) 160 B
import { ICreateFsProps } from "../../../framework/create-fs.types"; export declare function validateCreateFsProps(props: Required<ICreateFsProps>): boolean;