UNPKG

ts-command-invoker

Version:

Command invoker for easy implementation of undo/redo

4 lines (3 loc) 135 B
export { Command } from './Command'; export { CommandInvoker } from './CommandInvoker'; export { MultiCommand } from './MultiCommand';