@ntix/parsing
Preparing search index...
IParseResult
Interface IParseResult<T>
A Parse result which always returns with ParseErrors to enable negate
interface
IParseResult
<
T
>
{
errors
:
IParseErrors
;
success
:
boolean
;
value
:
T
;
}
Type Parameters
T
Index
Properties
errors
success
value
Properties
errors
errors
:
IParseErrors
success
success
:
boolean
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
success
value
@ntix/parsing
Loading...
A Parse result which always returns with ParseErrors to enable negate