Skip to content

Commit ef4ef52

Browse files
committed
remove charlist type
1 parent 1d579f9 commit ef4ef52

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/llhttp/constants.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ export const H_METHOD_MAP: Simplify<Pick<
339339
HEAD: 2,
340340
} as const;
341341

342-
// Internal
343-
344-
export type CharList = (string | number)[];
345-
346342
// ALPHA: https://tools.ietf.org/html/rfc5234#appendix-B.1
347343
export const ALPHA = [
348344
"A", "a", "B", "b", "C", "c", "D", "d",

0 commit comments

Comments
 (0)