Skip to main content
Module

std/text/mod.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
export * from "./levenshtein_distance.ts";export * from "./closest_string.ts";export * from "./compare_similarity.ts";export * from "./word_similarity_sort.ts";export * from "./case.ts";