IsString package:hslua-core

Returns True if the value at the given index is a string or a number (which is always convertible to a string), and False otherwise. Wraps lua_isstring.