Skip to main content
Module

x/xml/utils/types.ts>StringifierOptions

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

Stringifier options

definition: { indentSize?: number; nullToEmpty?: boolean; debug?: boolean; progress?: (bytes: number) => void; replacer?: (this: null, options: { key: string; value: unknown; tag: string; properties: null | { [key: string]: unknown; }; }) => unknown; }