penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Components.Vim.Actions.js

raw ยท 179 bytes

/** @type Object */
Components.Vim.Actions = {};

/** @type constructor */
Components.Vim.Actions.FIND = function(){};

/** @type Function */
Components.Vim.Actions.FIND.Pattern;