@tsdotnet/type - v1.2.7
Preparing search index...
type
isArrayLike
Function isArrayLike
isArrayLike
<
T
=
unknown
>
(
instance
:
unknown
)
:
instance
is
ArrayLikeWritable
<
T
>
Checks to see if object is an array or something with length property that isn't a function.
Type Parameters
T
=
unknown
Parameters
instance
:
unknown
Returns
instance
is
ArrayLikeWritable
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/type - v1.2.7
Loading...
Checks to see if object is an array or something with length property that isn't a function.