# 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