Sha256: f573a2150034dd4d84dd99492f97a12c705c16d60f6c37e5c80e400637781412
Contents?: true
Size: 245 Bytes
Versions: 23
Compression:
Stored size: 245 Bytes
Contents
/** List of void (self-closing) HTML tags. @example ``` import voidHtmlTags = require('html-tags/void'); console.log(voidHtmlTags); //=> ['area', 'base', 'br', …] ``` */ declare const voidHtmlTags: readonly string[]; export = voidHtmlTags;
Version data entries
23 entries across 23 versions & 1 rubygems