UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 566 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as EnvironmentsAPI from 'cloudflare/resources/workers/services/environments/environments'; export class Services extends APIResource { constructor() { super(...arguments); this.environments = new EnvironmentsAPI.Environments(this._client); } } (function (Services) { Services.Environments = EnvironmentsAPI.Environments; })(Services || (Services = {})); //# sourceMappingURL=services.mjs.map