Skip to main content
Module

std/text/mod.ts

The Deno Standard Library
Go to Latest
File
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.// This module is browser compatible.
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";