source: node_modules/property-information/html.js@ 65b6638

main
Last change on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 278 bytes
Line 
1'use strict'
2
3var merge = require('./lib/util/merge')
4var xlink = require('./lib/xlink')
5var xml = require('./lib/xml')
6var xmlns = require('./lib/xmlns')
7var aria = require('./lib/aria')
8var html = require('./lib/html')
9
10module.exports = merge([xml, xlink, xmlns, aria, html])
Note: See TracBrowser for help on using the repository browser.