UNPKG

seroval-plugins

Version:
8 lines 269 B
import type { SerovalNode } from 'seroval'; interface ResponseNode { body: SerovalNode; options: SerovalNode; } declare const ResponsePlugin: import("seroval").Plugin<Response, ResponseNode>; export default ResponsePlugin; //# sourceMappingURL=response.d.ts.map