Function: isTypeInt()
isTypeInt(
type):boolean
Defined in: src/utils/calldata/cairo.ts:102
Checks if the given value is a valid Int type.
Parameters
type
string
The value to check.
Returns
boolean
- Returns true if the value is a valid Int type, otherwise false.