jo-anagram-checker
v1.0.1
Published
An npm package to quickly check if two strings are anagrams of each other
Downloads
8
Readme
jo-anagram-checker
jo-anagram-checker
is a simple and efficient Node.js package for checking if two strings are anagrams of each other.
Features
- Lightweight: Minimal dependencies, easy to integrate.
- Fast: Uses efficient algorithms for quick anagram checks.
- Flexible: Supports various input cases, including special characters and whitespace.
Installation
You can install jo-anagram-checker
via npm:
npm install jo-anagram-checker