UNPKG

memfs

Version:

In-memory file-system with Node's fs API.

3 lines (2 loc) 138 B
import { CrudCollection } from './types'; export declare const assertType: (type: CrudCollection, method: string, klass: string) => void;