std/text
David Sherret b0803619af
refactor: add some missing explicit types (#3997)
* refactor: add some missing return types and mark some non-exported types as `@internal`

* Update expect/fn.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Remove @internals

* nits

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00:00
..
closest_string_test.ts fix(text): fix closestString (#3936) 2023-12-12 19:34:42 +09:00
closest_string.ts fix(text): fix closestString (#3936) 2023-12-12 19:34:42 +09:00
compare_similarity_test.ts feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00
compare_similarity.ts refactor: add some missing explicit types (#3997) 2023-12-19 00:26:13 +00:00
levenshtein_distance_test.ts feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00
levenshtein_distance.ts feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00
mod.ts feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00
word_similarity_sort_test.ts feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00
word_similarity_sort.ts feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00