Files
AstroJS/botanjs/src/externs/Components.Vim.State.Marks.js
T
2026-06-17 20:48:46 +08:00

11 lines
248 B
JavaScript

/** @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;