botanjs/src/externs/Components.Vim.State.Recorder.js
raw ยท 243 bytes
/** @constructor */
Components.Vim.State.Recorder = function(){};
/** @type Function */
Components.Vim.State.Recorder.undo;
/** @type Function */
Components.Vim.State.Recorder.redo;
/** @type Function */
Components.Vim.State.Recorder.record;