knowledgebase_law/node_modules/hastscript/html.js
2025-04-11 11:47:09 -04:00

10 lines
183 B
JavaScript

'use strict'
var schema = require('property-information/html')
var factory = require('./factory')
var html = factory(schema, 'div')
html.displayName = 'html'
module.exports = html