openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines • 295 B
TypeScript
import { cn as ProviderPlugin } from "../../types-C0dQmare.js";
//#region extensions/anthropic/provider-contract-api.d.ts
/** Create the static Anthropic provider contract descriptor. */
declare function createAnthropicProvider(): ProviderPlugin;
//#endregion
export { createAnthropicProvider };