UNPKG

chrobject

Version:

Stores chronicles of plain objects as diffs and snapshots

12 lines (11 loc) 232 B
/** * Creator: Christian Hotz * Company: hydra newmedia GmbH * Date: 28.07.16 * * Copyright hydra newmedia GmbH */ export interface ChrobjectOptions { ignoreProperties?: string[]; ignoreSubProperties?: string[]; }