UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

10 lines 445 B
/** * Runtime enums re-exported through the types barrel. * * `AIProviderName` is a runtime enum (used as both value and type) that lives * in `../constants/enums.js` for non-type reasons. This file lets it flow * through the types barrel via `export * from "./enums.js"`, satisfying * Critical Rule 10 (the barrel must contain `export *` only). */ export { AIProviderName } from "../constants/enums.js"; //# sourceMappingURL=enums.js.map