Files
powerpoint-toolbox/node_modules/memfs/lib/crud/util.d.ts
T
2025-03-07 19:22:02 +01:00

3 lines
138 B
TypeScript

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