Documentation
Preparing search index...
@alexaegis/match
index
CustomJsonValueMatcher
Type Alias CustomJsonValueMatcher<T>
CustomJsonValueMatcher
:
(
value
:
T
)
=>
boolean
|
undefined
A simple predicate. Returing undefined is the same thing as false.
Type Parameters
T
=
JsonValue
Type Declaration
(
value
:
T
)
:
boolean
|
undefined
Parameters
value
:
T
Returns
boolean
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A simple predicate. Returing undefined is the same thing as false.