@traversable/schema
Preparing search index...
@traversable/schema
t_eq
Function t_eq
t_eq
<
const
V
extends
|
undefined
|
null
|
string
|
number
|
bigint
|
boolean
|
symbol
|
RegExp
|
Date
|
{
-
readonly
[
K
in
string
|
number
|
symbol
]
:
Mut
<
V
[
K
]
,
RegExp
|
Date
>
}
,
>
(
value
:
V
,
options
?:
SchemaOptions
<
V
>
,
)
:
t_eq
<
{
-
readonly
[
K
in
string
|
number
|
symbol
]
:
V
[
K
]
}
>
Type Parameters
const
V
extends
|
undefined
|
null
|
string
|
number
|
bigint
|
boolean
|
symbol
|
RegExp
|
Date
|
{
-
readonly
[
K
in
string
|
number
|
symbol
]
:
Mut
<
V
[
K
]
,
RegExp
|
Date
>
}
Parameters
value
:
V
Optional
options
:
SchemaOptions
<
V
>
Returns
t_eq
<
{
-
readonly
[
K
in
string
|
number
|
symbol
]
:
V
[
K
]
}
>
t_eq
<
const
V
>
(
value
:
V
,
options
?:
SchemaOptions
<
V
>
)
:
t_eq
<
V
>
Type Parameters
const
V
Parameters
value
:
V
Optional
options
:
SchemaOptions
<
V
>
Returns
t_eq
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@traversable/schema
Loading...