@bluelibs/runner - v6.3.1
Preparing search index...
MatchCompiledSchema
Interface MatchCompiledSchema<TPattern>
interface
MatchCompiledSchema
<
TPattern
extends
MatchPattern
>
{
pattern
:
TPattern
;
parse
(
input
:
unknown
)
:
InferMatchPattern
<
TPattern
>
;
test
(
input
:
unknown
)
:
input
is
InferMatchPattern
<
TPattern
>
;
toJSONSchema
(
options
?:
MatchToJsonSchemaOptions
)
:
MatchJsonSchema
;
}
Type Parameters
TPattern
extends
MatchPattern
Hierarchy (
View Summary
)
CheckSchemaLike
<
InferMatchPattern
<
TPattern
>
>
MatchCompiledSchema
Index
Properties
pattern
Methods
parse
test
to
JSON
Schema
Properties
Readonly
pattern
pattern
:
TPattern
Methods
parse
parse
(
input
:
unknown
)
:
InferMatchPattern
<
TPattern
>
Parameters
input
:
unknown
Returns
InferMatchPattern
<
TPattern
>
test
test
(
input
:
unknown
)
:
input
is
InferMatchPattern
<
TPattern
>
Parameters
input
:
unknown
Returns
input
is
InferMatchPattern
<
TPattern
>
to
JSON
Schema
toJSONSchema
(
options
?:
MatchToJsonSchemaOptions
)
:
MatchJsonSchema
Parameters
Optional
options
:
MatchToJsonSchemaOptions
Returns
MatchJsonSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pattern
Methods
parse
test
to
JSON
Schema
@bluelibs/runner - v6.3.1
Loading...