Skip to main content
Module

x/xml/mod.ts

πŸ“‘ A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
File
export { parse } from "./parse.ts"export { stringify } from "./stringify.ts"export { $XML } from "./utils/types.ts"