isArrayType

abstract fun isArrayType(type: Type): Boolean(source)

True if this type is the Array or ReadonlyArray type from lib.d.ts. This function will not return true if passed a type which extends Array (for example, the TypeScript AST's NodeArray type).