UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 509 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as TopAPI from 'cloudflare/resources/radar/verified-bots/top'; export class VerifiedBots extends APIResource { constructor() { super(...arguments); this.top = new TopAPI.Top(this._client); } } (function (VerifiedBots) { VerifiedBots.Top = TopAPI.Top; })(VerifiedBots || (VerifiedBots = {})); //# sourceMappingURL=verified-bots.mjs.map