penguin/AstroJS

Javascript framework for my blog

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

raw ยท 215 bytes

/**
 * @constructor
 * @param {Components.Vim.Cursor} cursor
 * @param {number=} start
 */
Components.Vim.State.Stator = function(cursor, start){};

/** @type Function */
Components.Vim.State.Stator.prototype.save;