is-palindrome-simple
v1.0.0
Published
A simple function to check if a string is a palindrome.
Readme
is-palindrome-simple
A simple function to check if a string is a palindrome.
Usage
const isPalindrome = require('is-palindrome-simple');
console.log(isPalindrome('Racecar')); // true