SafeParseResult
SafeParseResult<
TAst> = {success:true;ast:TAst; } | {success:false;error:StringentError; }
Defined in: src/createParser.ts:50
Result of safeParse: success with AST, or a structured error
Type Parameters
Section titled “Type Parameters”TAst