JS -проверка - это время выполнения строки

if (typeof a_string === 'string') {
    // this is a string
}
Thoughtful Tortoise