UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

8 lines (7 loc) 321 B
export * from './components'; export * from './events'; export * from './metrics'; export declare const REGEXP_DATE_ISO_STRING_8601: RegExp; export declare const DEFAULT_CORRELATION_FIELD = "correlation_id"; export declare const DEFAULT_DATABASE_NAME = "datastore"; export declare const DEFAULT_ENV_PREFIX = "DATASTORE";