@ntix/parsing
Preparing search index...
Is
Class Is
Starting point for a new parsing and validating
Index
Properties
array
boolean
date
dictionary
float
for
int
json
not
required
string
use
Properties
Static
Readonly
array
array
:
NextBuilder
<
IArray
.
Parser
<
unknown
>
>
= Is.root.array
Static
Readonly
boolean
boolean
:
IBoolean
.
Parser
= Is.root.boolean
Static
Readonly
date
date
:
IDate
.
Parser
= Is.root.date
Static
Readonly
dictionary
dictionary
:
IDictionary
.
Parser
<
unknown
>
= Is.root.dictionary
Static
Readonly
float
float
:
IFloat
.
Parser
= Is.root.float
Static
Readonly
for
for
:
<
T
>
(
schema
:
ComplexSchema
<
T
>
)
=>
IComplex
.
Parser
<
T
>
= Is.root.for
Static
Readonly
int
int
:
IInt
.
Parser
= Is.root.int
Static
Readonly
json
json
:
IJson
.
Parser
<
unknown
>
= Is.root.json
Static
Readonly
not
not
:
RootParser
= Is.root.not
Static
Readonly
required
required
:
RootParser
= Is.root.required
Static
Readonly
string
string
:
IString
.
Parser
= Is.root.string
Static
Readonly
use
use
:
<
T
>
(
parser
:
IParser
<
T
>
)
=>
{
parse
:
IParse
<
T
>
}
= Is.root.use
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
array
boolean
date
dictionary
float
for
int
json
not
required
string
use
@ntix/parsing
Loading...
Starting point for a new parsing and validating