UNPKG

@replit/connectors

Version:

The official TypeScript library for the Replit API

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