UNPKG

ts-command-invoker

Version:

Command invoker for easy implementation of undo/redo

9 lines (8 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Command = /** @class */ (function () { function Command() { } return Command; }()); exports.Command = Command;