UNPKG

@microsoft.azure/autorest.testserver

Version:
7 lines (6 loc) 227 B
/** * This file handles loading the legacy test server routes. */ import { Router } from "express"; import { MockApiServer } from "../server"; export declare const registerLegacyRoutes: (app: MockApiServer | Router) => void;