Skip to main content
Module

x/xml/utils/types.ts>schema

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
variable schema
import { schema } from "https://deno.land/x/xml@2.1.3/utils/types.ts";

Schema

type

{ comment: string; text: string; stylesheets: string; attribute: { prefix: string; }; property: { prefix: string; }; space: { name: string; preserve: string; }; }