Genotype API Documentation - v0.1.0
Preparing search index...
ParseResult
Type Alias ParseResult<T>
ParseResult
:
|
{
success
:
true
;
data
:
T
;
warnings
?:
string
[]
}
|
{
success
:
false
;
error
:
string
;
lineNumber
?:
number
;
context
?:
string
}
Generic parsing result that can represent success or failure
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Genotype API Documentation - v0.1.0
Loading...
Generic parsing result that can represent success or failure