agsamantha/node_modules/openai/resource.mjs
2024-10-02 15:15:21 -05:00

7 lines
No EOL
216 B
JavaScript

// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export class APIResource {
constructor(client) {
this._client = client;
}
}
//# sourceMappingURL=resource.mjs.map