chore(js/algorithms): port to typescript

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-08 22:19:28 +00:00
parent ceb4dcdb4f
commit 48b4012d8a
2 changed files with 23 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
import fast from "./fast";
export default {
fast: fast,
slow: fast, // XXX(Xe): slow is deprecated, but keep this around in case anything goes bad
}