Function: isTypeTuple()
isTypeTuple(
type):boolean
Defined in: src/utils/calldata/cairo.ts:51
Checks if the given type is a tuple type.
Parameters
type
string
The type to be checked.
Returns
boolean
trueif the type is a tuple type, otherwisefalse.