UNPKG

chittycan

Version:

Your completely autonomous network that grows with you - DNA ownership platform with encrypted vaults, PDX portability, and ChittyFoundation governance

11 lines 334 B
/** * Smart Chitty Command Handler * * Config-aware command execution that guides users through setup * when required remotes or CLI tools are missing. */ /** * Smart command execution with config awareness */ export declare function smartChittyCommand(args: string[]): Promise<void>; //# sourceMappingURL=smart-chitty.d.ts.map