Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Declaration

import type { Declaration } from "https://raw.githubusercontent.com/olaven/serialize-xml/v0.3.2/mod.ts";

Represents an XML declaration.

interface Declaration {
attributes: [string, string][];
}

§Properties

§
attributes: [string, string][]
[src]