@juspay/neurolink
Version:
Universal AI Development Platform with working MCP integration, multi-provider support, and professional CLI. Built-in tools operational, 58+ external MCP servers discoverable. Connect to filesystem, GitHub, database operations, and more. Build, test, and
13 lines (12 loc) • 315 B
JavaScript
/**
* Centralized type exports for NeuroLink
* Provides type-safe alternatives to 'any' usage throughout the codebase
*/
// Common utility types
export * from "./common.js";
// Tool system types
export * from "./tools.js";
// Provider types
export * from "./providers.js";
// CLI types
export * from "./cli.js";