mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
673c436739
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
13 lines
337 B
JSON
13 lines
337 B
JSON
{
|
|
"name": "@std/text",
|
|
"version": "0.224.1",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./case": "./case.ts",
|
|
"./closest-string": "./closest_string.ts",
|
|
"./compare-similarity": "./compare_similarity.ts",
|
|
"./levenshtein-distance": "./levenshtein_distance.ts",
|
|
"./word-similarity-sort": "./word_similarity_sort.ts"
|
|
}
|
|
}
|