isThread method

bool isThread(
  1. int index
)

Implementation

bool isThread(int index) => typeAt(index) == LuauType.thread;