AstroJS/botanjs/src/externs/Components.Vim.State.Stack.js

10 lines
230 B
JavaScript

/** @constructor */
Components.Vim.State.Stack = function(){};
/** @type Function */
Components.Vim.State.Stack.play;
/** @type Function */
Components.Vim.State.Stack.store;
/** @type Function */
Components.Vim.State.Stack.time;