Function: isTypeFelt()
isTypeFelt(
type): type is "felt" | "core::felt252"
Defined in: src/utils/calldata/cairo.ts:33
Checks if a given type is felt.
Parameters
type
string
The type to check.
Returns
type is "felt" | "core::felt252"
- True if the type is felt, false otherwise.