Files
anomalyco--models.dev/packages/sdk/src/effect.ts
T
2026-07-13 12:28:55 +08:00

5 lines
241 B
TypeScript

// Effect-native client. Requires the optional peer dependency `effect`.
export * as Models from "./effect/client.js"
export { ModelsDevError, type ClientOptions, type ModelsClient } from "./effect/client.js"
export type * from "./types.js"