Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
TypeChecker
/
isArrayLikeType
is
Array
Like
Type
abstract
fun
isArrayLikeType
(
type
:
Type
)
:
Boolean
(
source
)
True if this type is assignable to
ReadonlyArray
<
any
>
.