Function: isTypeLiteral()
isTypeLiteral(
type):boolean
Defined in: src/utils/calldata/cairo.ts:117
Checks if the given type is a literal type.
Parameters
type
string
The type to check.
Returns
boolean
- True if the type is a literal type, false otherwise.