5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
import type { Database } from '..';
|
|
import { EntityManager } from './types';
|
|
export * from './types';
|
|
export declare const createEntityManager: (db: Database) => EntityManager;
|
|
//# sourceMappingURL=index.d.ts.map
|