botanjs/src/externs/Components.Vim.State.Marks.js
raw ยท 248 bytes
/** @constructor */
Components.Vim.State.Marks = function(){};
/** @type Function */
Components.Vim.State.Marks.prototype.set;
/** @type Function */
Components.Vim.State.Marks.prototype.get;
/** @type {string} */
Components.Vim.State.Marks.Keys;