Module: anagram

Classes

Checker

Methods

(static) checker(stripDiacritics, original, proposition) → {Checker}

Proxy function to create an anagram checker.
Parameters:
Name Type Description
stripDiacritics boolean true if diacritics should be removed, false otherwise (default = true).
original string The original string.
proposition string The anagram proposition.
Source:
See:
  • Checker
Returns:
A checker
Type
Checker