UNPKG

@typescript-package/history

Version:

A lightweight TypeScript package for tracking the history of values.

4 lines (3 loc) 182 B
export { History } from './history.class'; export { HistoryBase } from './base'; export { HistoryAppend, HistoryCore, HistoryCurrent, HistoryPrepend, HistoryStorage } from './core';