Skip to main content
Module

x/xml/utils/types.ts>literal

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

Literal type

definition:
| string
| boolean
| number
| null
| undefined