node-ejs-renderer/node_modules/memfs/lib/crud/util.d.ts

3 lines
138 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
import { CrudCollection } from './types';
export declare const assertType: (type: CrudCollection, method: string, klass: string) => void;