UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines 732 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as SmartRoutingAPI from 'cloudflare/resources/argo/smart-routing'; import * as TieredCachingAPI from 'cloudflare/resources/argo/tiered-caching'; export class Argo extends APIResource { constructor() { super(...arguments); this.smartRouting = new SmartRoutingAPI.SmartRouting(this._client); this.tieredCaching = new TieredCachingAPI.TieredCaching(this._client); } } (function (Argo) { Argo.SmartRouting = SmartRoutingAPI.SmartRouting; Argo.TieredCaching = TieredCachingAPI.TieredCaching; })(Argo || (Argo = {})); //# sourceMappingURL=argo.mjs.map