isInteger method

bool isInteger(
  1. int index
)

Implementation

bool isInteger(int index) => typeAt(index) == LuauType.integer;