node-ejs-renderer/node_modules/memfs/lib/crud/util.d.ts
2024-06-09 13:55:01 -04:00

3 lines
138 B
TypeScript

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