mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
7 lines
319 B
TypeScript
7 lines
319 B
TypeScript
|
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
||
|
|
||
|
export { levenshteinDistance } from "./levenshtein_distance.ts";
|
||
|
export { closestString } from "./closest_string.ts";
|
||
|
export { compareSimilarity } from "./compare_similarity.ts";
|
||
|
export { wordSimilaritySort } from "./word_similarity_sort.ts";
|