Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 437 Bytes

is-palindrome-js Build Status Coverage Status

Check if input string is palindrome.

Usage

var isPalindrome = require('is-palindrome');

console.log(isPalindrome('aba')); // => true

License

MIT.