UNPKG

mock-service-plugin

Version:
3 lines (2 loc) 225 B
import { Request, Response, NextFunction } from "express"; export declare function createRoutes(mockPath: string): (req: Request, res: Response, next: NextFunction) => Promise<Response<any, Record<string, any>> | undefined>;