UNPKG

@typescript-package/history

Version:

A lightweight TypeScript package for tracking the history of values.

5 lines (4 loc) 217 B
export { CurrentHistory } from './current-history.class'; export { HistoryBase } from './history-base.abstract'; export { RedoHistory } from './redo-history.class'; export { UndoHistory } from './undo-history.class';