UNPKG

elmer-ui-core

Version:

web app framework

8 lines (4 loc) 197 B
import { HtmlParse } from "../src"; let htmlParse = new HtmlParse(); let result = htmlParse.parse("<a title='aaa' et:click='ttts' class.active='title eq mapping'>"); console.log(result);