isString method

bool isString(
  1. int index
)

Implementation

bool isString(int index) => typeAt(index) == LuauType.string;