UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

10 lines 820 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Hostnames = exports.OriginTLSClientCertificateIDsSinglePage = exports.Certificates = void 0; var certificates_1 = require("./certificates.js"); Object.defineProperty(exports, "Certificates", { enumerable: true, get: function () { return certificates_1.Certificates; } }); var hostnames_1 = require("./hostnames.js"); Object.defineProperty(exports, "OriginTLSClientCertificateIDsSinglePage", { enumerable: true, get: function () { return hostnames_1.OriginTLSClientCertificateIDsSinglePage; } }); Object.defineProperty(exports, "Hostnames", { enumerable: true, get: function () { return hostnames_1.Hostnames; } }); //# sourceMappingURL=index.js.map