lowlighter / libs

🍱 Collection of carefully crafted TypeScript standalone libraries. Minimal, unbloated, convenient.
https://jsr.io/@libs
MIT License
100 stars 12 forks source link

feat(xml): support object that implement `Reader` as input #44

Closed lowlighter closed 3 months ago

lowlighter commented 3 months ago

Example using a deno file


import { parse } from "./parse.ts"
using file = await Deno.open("bench/assets/small.xml")
console.log(parse(file))
vercel[bot] commented 3 months ago

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