palindrome-sn
v0.0.1
Published
`palindrome-sn` is a simple library to check if a given string or number is a palindrome. It works with both strings (ignoring case and whitespace) and numbers.
Downloads
4
Readme
palindrome-sn
palindrome-sn
is a simple library to check if a given string or number is a palindrome. It works with both strings (ignoring case and whitespace) and numbers.
Installation
You can install the library using npm:
npm install palindrome-sn