UNPKG

test-palindrome

Version:

Checks if a string is a palindrome, and returns "true" if it is a palidrome, and "false" if it is not a palindrome.

13 lines (8 loc) 238 B
# test-palindrome > Checks if a string is a palindrome, and returns "true" if it is a palidrome, and "false" if it is not a palindrome. ## Install ```sh npm install test-palindrome ``` ## Usage ### Run without any options