Function: isTypeArray()
isTypeArray(
type):boolean
Defined in: src/utils/calldata/cairo.ts:40
Checks if the given type is an array type.
Parameters
type
string
The type to check.
Returns
boolean
trueif the type is an array type,falseotherwise.