Skip to content

Commit

Permalink
fix: remove const enum
Browse files Browse the repository at this point in the history
  • Loading branch information
askuzminov committed Mar 22, 2021
1 parent 8a3b788 commit 4330100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function sliceUint8Array(buffer: Uint8Array, from: number, to?: number) {
return array;
}

export const enum ChunkType {
export enum ChunkType {
MESSAGE = 1,
TRAILERS = 2,
}
Expand Down

0 comments on commit 4330100

Please sign in to comment.