UNPKG

longdown

Version:

Convert longform markdown files to outline format used by Logseq

10 lines (8 loc) 411 B
import "./cljs_env.js"; goog.provide("goog.dom.tags"); goog.require("goog.object"); goog.dom.tags.VOID_TAGS_ = goog.object.createSet("area", "base", "br", "col", "command", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"); goog.dom.tags.isVoidTag = function(tagName) { return goog.dom.tags.VOID_TAGS_[tagName] === true; }; //# sourceMappingURL=goog.dom.tags.js.map