UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

12 lines (8 loc) 250 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import type { OpenAI } from './index'; export class APIResource { protected _client: OpenAI; constructor(client: OpenAI) { this._client = client; } }