Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
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>
.