Files
anubis-mirror/web/js/algorithms/index.ts
2025-09-08 22:19:28 +00:00

6 lines
153 B
TypeScript

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