UNPKG

@typescript-package/history

Version:

A lightweight TypeScript package for tracking the history of values.

4 lines (3 loc) 228 B
export type { HistoryCurrentConstructor } from './history-current-constructor.type'; export type { DataConstructor } from './data-constructor.type'; export type { HistoryCoreConstructor } from './history-core-constructor.type';