Esposter
Preparing search index...
@esposter/db
deserializeClause
Function deserializeClause
deserializeClause
(
string
:
string
,
)
:
|
{
key
:
string
;
not
?:
boolean
}
&
{
operator
:
BinaryOperator
;
value
:
SerializableValue
;
}
|
{
key
:
string
;
not
?:
boolean
}
&
{
operator
:
never
;
value
:
SerializableValue
;
}
Parameters
string
:
string
Returns
|
{
key
:
string
;
not
?:
boolean
}
&
{
operator
:
BinaryOperator
;
value
:
SerializableValue
;
}
|
{
key
:
string
;
not
?:
boolean
}
&
{
operator
:
never
;
value
:
SerializableValue
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...