Skip to content

Commit

Permalink
ignore http-message-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Apr 11, 2024
1 parent 008c70c commit 1cb7a58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions external_module.d.ts

This file was deleted.

1 change: 1 addition & 0 deletions src/lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Server as NodeServer, ServerResponse } from 'http';
import { HttpConn } from 'http';
// @ts-ignore
import { IncomingMessageForServer } from 'http';
// @ts-ignore
import httpMessageParser from 'http-message-parser';

import {
Expand Down

0 comments on commit 1cb7a58

Please sign in to comment.