UNPKG

@toolplex/client

Version:

The official ToolPlex client for AI agent tool discovery and execution

8 lines (7 loc) 233 B
/** * Returns an enhanced PATH string by prepending common binary directories * across platforms (Linux, macOS, Windows). * * Ensures no duplicates and checks for existence. */ export declare function getEnhancedPath(): string;