mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Update eslint related dependencies
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { EventEmitter } from 'events';
|
||||
import { IncomingHttpHeaders } from 'http';
|
||||
import { createResponse, MockResponse } from 'node-mocks-http';
|
||||
import type { IncomingHttpHeaders } from 'http';
|
||||
import type { MockResponse } from 'node-mocks-http';
|
||||
import { createResponse } from 'node-mocks-http';
|
||||
import streamifyArray from 'streamify-array';
|
||||
import { HttpHandler } from '../../src/server/HttpHandler';
|
||||
import { HttpRequest } from '../../src/server/HttpRequest';
|
||||
import type { HttpHandler } from '../../src/server/HttpHandler';
|
||||
import type { HttpRequest } from '../../src/server/HttpRequest';
|
||||
|
||||
export const call = async(
|
||||
handler: HttpHandler,
|
||||
|
||||
Reference in New Issue
Block a user