util.d.ts 138 B

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