UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

9 lines 600 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.R2 = exports.EventNotifications = void 0; var event_notifications_1 = require("./event-notifications.js"); Object.defineProperty(exports, "EventNotifications", { enumerable: true, get: function () { return event_notifications_1.EventNotifications; } }); var index_1 = require("./r2/index.js"); Object.defineProperty(exports, "R2", { enumerable: true, get: function () { return index_1.R2; } }); //# sourceMappingURL=index.js.map