UNPKG

humanifyjs

Version:

> Deobfuscate Javascript code using LLMs ("AI")

8 lines (7 loc) 208 B
import { Command } from "commander"; export function cli() { const command = new Command(); // Set defaults command.showHelpAfterError(true).showSuggestionAfterError(false); return command; }