UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

9 lines 549 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Reports = exports.Bytimes = void 0; var bytimes_1 = require("./bytimes.js"); Object.defineProperty(exports, "Bytimes", { enumerable: true, get: function () { return bytimes_1.Bytimes; } }); var reports_1 = require("./reports.js"); Object.defineProperty(exports, "Reports", { enumerable: true, get: function () { return reports_1.Reports; } }); //# sourceMappingURL=index.js.map