Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

compareDistance

import { compareDistance } from "https://raw.githubusercontent.com/el3um4s/Damerau-Levenshtein/master/mod.ts";

Compare distance between 2 words (format like StringWithDistance).

function compareDistance(a: StringWithDistance, b: StringWithDistance): number;