Interface: FmtResult
The result of a canonical re-serialization (fmt): the spec-clean text + a value-free warning count.
Properties
output
readonlyoutput:string
The wrapped serializer's output text.
warningCount
readonlywarningCount:number
How many parse warnings the round-trip surfaced (value-free count only).