libs icon indicating copy to clipboard operation
libs copied to clipboard

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

Open lowlighter opened this issue 1 year ago • 1 comments

Example using a deno file

import { parse } from "./parse.ts"
using file = await Deno.open("bench/assets/small.xml")
console.log(parse(file))

lowlighter avatar May 23 '24 17:05 lowlighter

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

vercel[bot] avatar May 23 '24 17:05 vercel[bot]