JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9215786
  • Score
    100M100P100Q266904F
  • License MIT

Array of "void elements" defined by the HTML specification.

Package Exports

  • void-elements

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (void-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

void-elements

Object of "void elements" defined by the HTML specification

Exports an Object of "void element" node names as defined by the HTML spec.

The list is programatically generated from the latest W3C HTML draft.

Build Status Developing Dependency Status NPM version

Usage

var voidElements = require('void-elements');

assert(!voidElements['span'], '<span> is not a void element');
assert(voidElements['img'], '<img> is a void element');

License

MIT