UNPKG

@sigyl-dev/cli

Version:

Official Sigyl CLI for installing and managing MCP packages. Zero-config installation for public packages, secure API-based authentication.

7 lines 319 B
declare let debug: boolean; export declare function setVerbose(value: boolean): void; export declare function setDebug(value: boolean): void; export declare function log(message: string): void; export declare function verboseLog(message: string): void; export { debug as debugLog }; //# sourceMappingURL=logger.d.ts.map