UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 479 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as TotalTLSAPI from 'cloudflare/resources/acm/total-tls'; export class ACM extends APIResource { constructor() { super(...arguments); this.totalTLS = new TotalTLSAPI.TotalTLS(this._client); } } (function (ACM) { ACM.TotalTLS = TotalTLSAPI.TotalTLS; })(ACM || (ACM = {})); //# sourceMappingURL=acm.mjs.map