Skip to content

Commit 1ccfc67

Browse files
authored
Merge pull request #57 from KnightNiwrem/feat/html-stream-parser-v2
feat: HTML parser
2 parents 6158878 + 865ada1 commit 1ccfc67

4 files changed

Lines changed: 1123 additions & 0 deletions

File tree

src/mod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./entity-tag.ts";
22
export * from "./format.ts";
3+
export * from "./stream-html-to-format.ts";

0 commit comments

Comments
 (0)