Function: isTypeOption()
isTypeOption(
type):boolean
Defined in: src/utils/calldata/cairo.ts:81
Determines if the given type is an Option type.
Parameters
type
string
The type to check.
Returns
boolean
- True if the type is an Option type, false otherwise.