We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c76d3 commit e4f6161Copy full SHA for e4f6161
packages/webcrack/src/cli.ts
@@ -16,9 +16,9 @@ const { version, description } = JSON.parse(
16
debug.enable('webcrack:*');
17
18
interface Options {
19
- force: boolean;
+ force?: boolean;
20
output?: string;
21
- mangle: boolean;
+ mangle?: boolean;
22
jsx: boolean;
23
unpack: boolean;
24
deobfuscate: boolean;
0 commit comments