import { ServerResponse } from 'http'; const response = new ServerResponse('rayo'); const res = { ...response, setHeader: () => {}, writeHead: () => {}, write: () => {}, end: () => {} }; export default res;
We use cookies in order to offer you the most relevant information. See our Privacy Policy.