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

8 lines
175 B
JavaScript
Raw Normal View History

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