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

Package detail

pally

BrayOOi1.6kISC0.2.3

Palidrome detector

palindrome, javascript, js

readme

This is a sample module.

To use the module, follow the instructions as below.

$ npm install --global pally

In your document,

let Phrase = require("pally");
let foo = new Phrase("var");

You can determine whether the content is a palindrome by calling the palindrome method.

foo.palindrome();
// false