UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

9 lines 645 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.FallbackOrigin = exports.CustomHostnames = void 0; var custom_hostnames_1 = require("./custom-hostnames.js"); Object.defineProperty(exports, "CustomHostnames", { enumerable: true, get: function () { return custom_hostnames_1.CustomHostnames; } }); var fallback_origin_1 = require("./fallback-origin.js"); Object.defineProperty(exports, "FallbackOrigin", { enumerable: true, get: function () { return fallback_origin_1.FallbackOrigin; } }); //# sourceMappingURL=index.js.map