UNPKG

@typescript-package/history

Version:

A lightweight TypeScript package for tracking the history of values.

5 lines (4 loc) 305 B
export { History } from './lib'; export { HistoryAppend, HistoryCore, HistoryCurrent, HistoryPrepend, HistoryStorage, } from './lib'; export { CurrentHistory, HistoryBase, RedoHistory, UndoHistory, } from './lib/base'; export type { HistoryCoreConstructor, HistoryCurrentConstructor, } from './lib/type';