UNPKG

@starptech/prettyhtml-hastscript

Version:

Hyperscript compatible DSL for creating virtual HAST trees

10 lines (6 loc) 183 B
'use strict' var schema = require('property-information/html') var factory = require('./factory') var html = factory(schema, 'div') html.displayName = 'html' module.exports = html