cloudflare/cloudflare-typescript

Public

mirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v3.2.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/resource.ts

11lines · modeblame

2ad8c2a2stainless-app[bot]2 years ago1// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2d51afdcstainless-app[bot]2 years ago2
3import type { Cloudflare } from './index';
4
5export class APIResource {
6protected _client: Cloudflare;
7
8constructor(client: Cloudflare) {
9this._client = client;
10}
11}