Skip to main content
Module

x/serializexml/mod.ts>Declaration

Serialize (i.e. stringify) an object into xml string.
Latest
interface Declaration
import { type Declaration } from "https://deno.land/x/serializexml@v0.3.2/mod.ts";

Represents an XML declaration.

Properties

attributes: [string, string][]