libs
libs copied to clipboard
feat(xml): support object that implement `Reader` as input
Example using a deno file
import { parse } from "./parse.ts"
using file = await Deno.open("bench/assets/small.xml")
console.log(parse(file))
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| libs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 23, 2024 5:33pm |