index.ts 155 B

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