UNPKG

mock-service-plugin

Version:
6 lines (5 loc) 235 B
import { BaseResponseHandler } from "./base-handler.js"; export declare class ResponseHandlerFactory { static getHandler(contentType: string): BaseResponseHandler; static getContentTypeByExtension(extension: string): string; }