cloudflare
Version:
The official TypeScript library for the Cloudflare API
9 lines • 567 B
JavaScript
;
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Settings = exports.Hostnames = void 0;
var hostnames_1 = require("./hostnames.js");
Object.defineProperty(exports, "Hostnames", { enumerable: true, get: function () { return hostnames_1.Hostnames; } });
var index_1 = require("./settings/index.js");
Object.defineProperty(exports, "Settings", { enumerable: true, get: function () { return index_1.Settings; } });
//# sourceMappingURL=index.js.map