import * as mod from "https://deno.land/std@0.219.1/text/mod.ts";
Functions
get most-similar word | |
Sort based on word similarity | |
Calculates the Levenshtein distance between two strings. | |
Converts a string into camelCase. | |
Converts a string into kebab-case. | |
Converts a string into PascalCase. | |
Converts a string into snake_case. | |
Sorts a string-array by similarity to a given string |