Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

beeftosino-palindrome

lestgabo4ISC0.1.1

Palindrome detector

palindrome, learn-enough, javascript, TDD, test, driven, development, mocha, beeftosino

readme

Phrase object (with palindrome detector)

Sample NPM module created in Learn Enough JavaScript to Be Dangerous tutorial by Michael Hartl.

The module can be used as follows:

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