is-palindrome-js Check if input string is palindrome. Usage var isPalindrome = require('is-palindrome'); console.log(isPalindrome('aba')); // => true License MIT.