isNumber method

bool isNumber(
  1. int index
)

Implementation

bool isNumber(int index) => typeAt(index) == LuauType.number;