@traversable/schema
Preparing search index...
@traversable/schema
t
ReadonlyArray
Interface ReadonlyArray<S>
interface
ReadonlyArray
<
S
>
{
_type
:
readonly
S
[
"_type"
&
keyof
S
]
[]
;
def
:
S
;
tag
:
"@traversable/schema/URI::array"
;
(
got
:
Unknown
|
readonly
S
[
"_type"
&
keyof
S
]
[]
,
)
:
got
is
readonly
S
[
"_type"
&
keyof
S
]
[]
;
(
got
:
unknown
)
:
got
is
readonly
S
[
"_type"
&
keyof
S
]
[]
;
}
Type Parameters
S
ReadonlyArray
(
got
:
Unknown
|
readonly
S
[
"_type"
&
keyof
S
]
[]
,
)
:
got
is
readonly
S
[
"_type"
&
keyof
S
]
[]
Parameters
got
:
Unknown
|
readonly
S
[
"_type"
&
keyof
S
]
[]
Returns
got
is
readonly
S
[
"_type"
&
keyof
S
]
[]
ReadonlyArray
(
got
:
unknown
)
:
got
is
readonly
S
[
"_type"
&
keyof
S
]
[]
Parameters
got
:
unknown
Returns
got
is
readonly
S
[
"_type"
&
keyof
S
]
[]
Index
Properties
_
type
def
tag
Properties
Readonly
_
type
_type
:
readonly
S
[
"_type"
&
keyof
S
]
[]
def
def
:
S
tag
tag
:
"@traversable/schema/URI::array"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
type
def
tag
@traversable/schema
Loading...