type
XML.Scalar
type Scalar =
| string
| number
| boolean
| bigint
| Date
A value stringify writes as text: String(v), or the ISO string of a Date.
type
A value stringify writes as text: String(v), or the ISO string of a Date.