UNPKG

@n4it/typeorm-audit

Version:

TypeORM Auditing: Create history tables and manage changes of entities automagically.

3 lines (2 loc) 170 B
export declare const isStringVersionType: (value: any) => value is "uuid" | "rowid" | "identity" | "increment"; export declare const isFunction: (value: any) => boolean;