UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

10 lines (5 loc) 203 B
import type { ModelConfig } from './typings'; export type { ModelConfig }; import { Datastore, Model } from './sdk'; import * as constants from './constants'; export { Datastore, Model, constants };