harbinger-complex-palindrome-detector

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i harbinger-complex-palindrome-detector

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

3.65 kB

Total Files

4

Last publish

Collaborators

  • asksaurabh101