penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Dandelion.js

raw ยท 805 bytes

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

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

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

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

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

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

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

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

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

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

/** @type {Function} */
Dandelion.tag;

/** @type {Function} */
Dandelion.name;

/** @type {Function} */
Dandelion.glass;