npm.io
0.2.0 • Published 6 years ago

sambachimere-palindrome

Licence
ISC
Version
0.2.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

Phrase object (with palindrome detector)

This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Michael Hartl.

The module can be used as follows:

$ npm install --global sambachimere-palindrome
$ vim test.js
let Phrase = require("sambachimere-palindrome");
let str = new Phrase("A man, a plan, a canal—Panama!");
console.log(str.palindrome());
\$ node test.js
true

Keywords