Function: isTypeNamedTuple()
isTypeNamedTuple(
type):boolean
Defined in: src/utils/calldata/cairo.ts:58
Checks whether a given type is a named tuple.
Parameters
type
string
The type to be checked.
Returns
boolean
- True if the type is a named tuple, false otherwise.