ts-fortress
Preparing search index...
array/non-empty-array
nonEmptyArray
Function nonEmptyArray
nonEmptyArray
<
A
>
(
elementType
:
Type
<
A
>
,
options
?:
Partial
<
Readonly
<
{
defaultValue
:
readonly
[
A
,
A
]
;
typeName
:
string
}
>
,
>
,
)
:
Type
<
NonEmptyArray
<
A
>
>
Type Parameters
A
Parameters
elementType
:
Type
<
A
>
Optional
options
:
Partial
<
Readonly
<
{
defaultValue
:
readonly
[
A
,
A
]
;
typeName
:
string
}
>
>
Returns
Type
<
NonEmptyArray
<
A
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-fortress
Loading...