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

9 lines
179 B
JavaScript

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