penguin/AstroJS

Javascript framework for my blog

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

raw ยท 226 bytes

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