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

ParseResult

interface ParseResult {
data: any;
status: "aborted" | "dirty" | "valid";
}

§Properties

§
data: any
[src]
§
status: "aborted" | "dirty" | "valid"
[src]