mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 22:04:56 +00:00
chore(js/algorithms): port to typescript
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
6
web/js/algorithms/index.ts
Normal file
6
web/js/algorithms/index.ts
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user