penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Dandelion.js

raw ยท 1005 bytes

/** @constructor */
var Dandelion = function (){};

/** @type {function(...?): !HTMLElement} */
Dandelion.wrap = function() {};

/** @type {function(...?): !HTMLElement} */
Dandelion.wrapc = function() {};

/** @type {function(...?): !HTMLElement} */
Dandelion.wrape = function() {};

/** @type {function(...?): !HTMLElement} */
Dandelion.wrapne = function() {};

/** @type {function(...?): !HTMLElement} */
Dandelion.wrapna = function() {};

/** @type {function(string): !HTMLElement} */
Dandelion.textNode = function() {};

/** @type {function(string): !HTMLElement} */
Dandelion.bubbleUp = function() {};

/** @type {function(HTMLElement, function(HTMLElement): boolean): void} */
Dandelion.chainUpApply = function() {};

/** @type {function(string, boolean=): (HTMLElement|Dandelion.IDOMElement)} */
Dandelion.id = function() {};

/** @type {Function} */
Dandelion.tag = function() {};

/** @type {Function} */
Dandelion.name = function() {};

/** @type {Function} */
Dandelion.glass = function() {};