source:
node_modules/hastscript/html.js@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | 'use strict' |
2 | |
3 | var schema = require('property-information/html') |
4 | var factory = require('./factory') |
5 | |
6 | var html = factory(schema, 'div') |
7 | html.displayName = 'html' |
8 | |
9 | module.exports = html |
Note:
See TracBrowser
for help on using the repository browser.