isBoolean method

bool isBoolean(
  1. int index
)

Implementation

bool isBoolean(int index) => typeAt(index) == LuauType.boolean;