Checks if the value at index is a string.
index
bool isString([int index = -1]) => lua_isstring(L, index);