Projects STRLCPY kitsec-core Files
🤬
..
index.json Loading last commit info...
license
package.json
readme.md
readme.md

web-namespaces

[Build]build [Downloads]downloads [Size]size

Map of web namespaces.

Install

npm:

npm install web-namespaces

Use

var webNamespaces = require('web-namespaces')

console.log(webNamespaces)

Yields:

{ html: 'http://www.w3.org/1999/xhtml',
  mathml: 'http://www.w3.org/1998/Math/MathML',
  svg: 'http://www.w3.org/2000/svg',
  xlink: 'http://www.w3.org/1999/xlink',
  xml: 'http://www.w3.org/XML/1998/namespace',
  xmlns: 'http://www.w3.org/2000/xmlns/' }

API

webNamespaces

Object.<string, string> — Map of short-name to namespaces.

License

MIT © Titus Wormer

Please wait...
Page is in error, reload to recover