ashnaz87-palindrome
Version:
Palindrome detector
15 lines (12 loc) • 370 B
Markdown
is a sample NPM module created by **Ashraf Nazar**
The module can be used as follows:
```bash
$ npm install --global ashnaz87-palindrome
$ vim test.js
let Phrase = require("-palindrome");
let napoleonsLament = new Phrase("Able was I, ere I saw Elba.");
console.log(napoleonsLament.palindrome());
$ node test.js
true
```
This