Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fiqryq/palindrome-test

simple npm package for check palindrome word
https://github.com/fiqryq/palindrome-test

npm package palindrome-checker

Last synced: 3 months ago
JSON representation

simple npm package for check palindrome word

Awesome Lists containing this project

README

        

## Simple Palindrome Test

Installation
```
npm i palindrome-test
```

Usage
```js
const palindrome = require("palindrome-test");
const result = palindrome("bob");
console.log(result);
// true
```