UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

4 lines (3 loc) 200 B
import { Scenario } from './scenario'; import { NormalizedResponse, iResponse } from './response'; export declare function createResponse(scenario: Scenario, response: NormalizedResponse): iResponse;