chrobject
Version:
Stores chronicles of plain objects as diffs and snapshots
19 lines (18 loc) • 571 B
TypeScript
/**
* Creator: Christian Hotz
* Company: hydra newmedia GmbH
* Date: 09.06.16
*
* Copyright hydra newmedia GmbH
*/
export { Chrobject as default, Chrobject } from './controllers/Chrobject';
export * from './utils/Configuration';
export * from './utils/Creator';
export * from './utils/Diff';
export * from './utils/IDeepDiff';
export * from './utils/Entity';
export * from './utils/Entry';
export * from './utils/Snapshot';
export * from './utils/ChrobjectOptions';
export * from './storage/StorageStrategy';
export * from './storage/mongoose/MongooseStorage';