Sha256: 5f2f126bddc8bac6e89c6b2e24f6c84a4909e4d48d59db6f69bba6f41732f587
Contents?: true
Size: 215 Bytes
Versions: 23
Compression:
Stored size: 215 Bytes
Contents
/** List of standard HTML tags. @example ``` import htmlTags = require('html-tags'); console.log(htmlTags); //=> ['a', 'abbr', 'acronym', …] ``` */ declare const htmlTags: readonly string[]; export = htmlTags;
Version data entries
23 entries across 23 versions & 1 rubygems