knowledgebase_law/node_modules/hastscript/html.js

10 lines
183 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
'use strict'
var schema = require('property-information/html')
var factory = require('./factory')
var html = factory(schema, 'div')
html.displayName = 'html'
module.exports = html