cloudflare/cloudflare-typescript

Public

mirrored fromhttps://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v4.2.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/resource.ts

11lines · modepreview

// 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;
  }
}