Package Exports
- anagram-simple
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (anagram-simple) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
anagram-simple
anagram-simple is a simple module for find whether the given string is anagram or not
Installation
Anagram-simple requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ npm install anagram-simple
How to use it…
var anagram = require('anagram-simple');
anagram('naren','renan')
This will return true or false according to string
License
MIT
Free Software, Hell Yeah!