@extra-iterable/flatten
Flatten values in iterable, like .flatten().
Flatten values in iterable, like .flatten().
Check is value is iterable collection (not string).
Get sum of values in set.
Get common infix between strings.
Get common prefix of strings.
Get common suffix of strings.
Get Tversky distance between strings.
Get Tversky index between strings.
Get uncommon infix of strings.
Get Euclidean distance between strings, with normalized single UTF-16 code.
Get index of first value that satisfies the test, like `Array.findIndex()`.
Get Hamming distance between strings.
Get Jaccard index between strings.
Get Jaro distance between strings (rosettacode).
Get Levenshtein distance between strings.
Compare two strings in current locale.
The string 'abcdefghijklmnopqrstuvwxyz'.
Replace parts of string using map.
Replace prefix of string using map.
Replace suffix of string using map.