UNPKG

mock-service-plugin

Version:
11 lines (8 loc) 307 B
import { BaseResponseHandler } from './base-handler.js'; import 'express'; import '../types.d.js'; declare class ResponseHandlerFactory { static getHandler(contentType: string): BaseResponseHandler; static getContentTypeByExtension(extension: string): string; } export { ResponseHandlerFactory };