UNPKG

constatic

Version:
7 lines (6 loc) 227 B
import type { Client } from "discord.js"; import type { Express } from "express"; import { homeRoutes } from "./home.js"; export function registerRoutes(app: Express, client: Client<true>){ homeRoutes(app, client); }