UNPKG

timer-db

Version:

A library for cubing timer results storage with CouchDB-based synchronization.

6 lines (5 loc) 254 B
export { TimerDB } from "./TimerDB"; export { Session } from "./Session"; export type { SessionCreationOptions, StatSnapshot } from "./Session"; export type { StatListener } from "./Session"; export type { Attempt, StoredAttempt } from "./data/Attempt";