UNPKG

@gguf/claw

Version:

WhatsApp gateway CLI (Baileys web) with Pi RPC agent

10 lines (9 loc) 239 B
//#region src/wizard/prompts.ts var WizardCancelledError = class extends Error { constructor(message = "wizard cancelled") { super(message); this.name = "WizardCancelledError"; } }; //#endregion export { WizardCancelledError as t };