UNPKG

116 BTypeScriptView Raw
1import { Application as ExpressApp } from "express";
2export default function removeRoutes(app: ExpressApp): void;