0.1.2 • Published 3 years ago

harbinger-complex-palindrome-detector v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Phrase object (with palindrome detector)

This is a sample NPM module for detecting complex palindromes by Saurabh Kumar.

The module can be used as follows:

$ npm install --global harbinger-complex-palindrome-detector
$ vim test.js
let Phrase = require("harbinger-complex-palindrome-detector");
let napoleonsLament = new Phrase("Able was I, ere I saw Elba.");
console.log(napoleonsLament.palindrome());
$ node test.js
true