BotanJS/botanjs/src/externs/Components.Vim.State.Marks.js

11 lines
226 B
JavaScript

/** @constructor */
Components.Vim.State.Marks = function(){};
/** @type Function */
Components.Vim.State.Marks.set;
/** @type Function */
Components.Vim.State.Marks.get;
/** @type String */
Components.Vim.State.Marks.Keys;