UNPKG

node-dall-ai-2

Version:

A type safe library for interacting with OpenAI's Dall-E 2 AI.

5 lines (4 loc) 115 B
export declare class DalleError extends Error { constructor(message: string); send(data: any): void; }