UNPKG

morpheus-node

Version:

Official Node.js SDK for the Morpheus API Gateway - Connect to the Morpheus-Lumerin AI Marketplace

11 lines 325 B
/** * Morpheus Node SDK * * Official Node.js SDK for interacting with the Morpheus API Gateway */ export { MorpheusClient } from './client'; export { MorpheusClient as default } from './client'; export * from './types'; export * from './errors'; export declare const VERSION = "0.2.6"; //# sourceMappingURL=index.d.ts.map