UNPKG

@typescript-package/history

Version:

A TypeScript package for tracking the history of values.

6 lines (5 loc) 293 B
export { History } from './history.abstract'; export { HistoryAppend } from './history-append.abstract'; export { HistoryCore } from './history-core.abstract'; export { HistoryPeek, RedoHistoryPeek, UndoHistoryPeek } from './peek'; export { HistoryPrepend } from './history-prepend.abstract';