UNPKG

chrobject

Version:

Stores chronicles of plain objects as diffs and snapshots

14 lines (13 loc) 278 B
/** * Creator: Christian Hotz * Company: hydra newmedia GmbH * Date: 11.06.16 * * Copyright hydra newmedia GmbH */ export declare class Entity { name: string; idPath: string; constructor(name: string, idPath: string); equals(other: Entity): boolean; }