We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea55fab commit 17c2adfCopy full SHA for 17c2adf
lib/binary_parser.ts
@@ -16,9 +16,9 @@ interface ParserOptions {
16
choices?: { [key: number]: string | Parser };
17
defaultChoice?: string | Parser;
18
zeroTerminated?: boolean;
19
- clone?: null;
20
- stripNull?: null;
21
- key?: null;
+ clone?: boolean;
+ stripNull?: boolean;
+ key?: string;
22
tag?: string;
23
offset?: number | string | ((item: any) => number);
24
wrapper?: (buffer: Buffer) => Buffer;
0 commit comments