UNPKG

@replit/connectors

Version:

The official TypeScript library for the Replit API

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