UNPKG

mockingjar-lib

Version:

A TypeScript library for AI-powered JSON mock data generation using schema-based configuration

3 lines (2 loc) 124 B
import Anthropic from '@anthropic-ai/sdk'; export declare const createAnthropicClient: (anthropicKey: string) => Anthropic;