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

serialize

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

Serializes given tag and its children to an XML string.

function serialize(...nodes: (Tag[] | Declaration[])): string;
§
serialize(...nodes: (Tag[] | Declaration[])): string
[src]

§Parameters

§
...nodes: (Tag[] | Declaration[]) optional
[src]

§Return Type

§
string
[src]