htmlToHyperscript
Converts HTML text into hyperscript source.
Table of contents
Category
Value
Import
jsimport { htmlToHyperscript } from "valyrian.js/node";Public signature
ts(html: string): stringParameters
tshtml: stringResult
tsstring