UNPKG

@n8n/typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.

6 lines (5 loc) 219 B
import { TypeORMError } from "./TypeORMError"; /** Thrown when an invariant is violated */ export declare class InvariantViolatedError extends TypeORMError { constructor(message?: string, options?: ErrorOptions); }