mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 02:28:45 +00:00
7 lines
155 B
TypeScript
7 lines
155 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
|
|
};
|