UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

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