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

Version Path
trusty-cms-5.0.7 node_modules/html-tags/index.d.ts
trusty-cms-5.0.6 node_modules/html-tags/index.d.ts
trusty-cms-5.0.5 node_modules/html-tags/index.d.ts
trusty-cms-5.0.4 node_modules/html-tags/index.d.ts
trusty-cms-5.0.3 node_modules/html-tags/index.d.ts
trusty-cms-5.0.2 node_modules/html-tags/index.d.ts
trusty-cms-5.0.1 node_modules/html-tags/index.d.ts
trusty-cms-4.3.5 node_modules/html-tags/index.d.ts
trusty-cms-5.0.0 node_modules/html-tags/index.d.ts
trusty-cms-4.3.4 node_modules/html-tags/index.d.ts
trusty-cms-4.3.3 node_modules/html-tags/index.d.ts
trusty-cms-4.3.2 node_modules/html-tags/index.d.ts
trusty-cms-4.3.1 node_modules/html-tags/index.d.ts
trusty-cms-4.3 node_modules/html-tags/index.d.ts
trusty-cms-4.2.3 node_modules/html-tags/index.d.ts
trusty-cms-4.2.2 node_modules/html-tags/index.d.ts
trusty-cms-4.2.1 node_modules/html-tags/index.d.ts
trusty-cms-4.2 node_modules/html-tags/index.d.ts
trusty-cms-4.1.9 node_modules/html-tags/index.d.ts
trusty-cms-4.1.8 node_modules/html-tags/index.d.ts