UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

12 lines 429 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../../../resource.mjs"; import * as TopAPI from "./top/top.mjs"; import { Top } from "./top/top.mjs"; export class RobotsTXT extends APIResource { constructor() { super(...arguments); this.top = new TopAPI.Top(this._client); } } RobotsTXT.Top = Top; //# sourceMappingURL=robots-txt.mjs.map