UNPKG

@replit/connectors

Version:

The official TypeScript library for the Replit API

6 lines 192 B
import type { Replit } from "../client.js"; export declare abstract class APIResource { protected _client: Replit; constructor(client: Replit); } //# sourceMappingURL=resource.d.ts.map