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

distance

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

Get the Damerau-Levenshtein distance between 2 strings

function distance(a: string, b: string);
§
distance(a: string, b: string)
[src]

§Parameters

§
a: string
[src]
§
b: string
[src]