UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

14 lines 568 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as HostnamesAPI from 'cloudflare/resources/web3/hostnames/hostnames'; export class Web3 extends APIResource { constructor() { super(...arguments); this.hostnames = new HostnamesAPI.Hostnames(this._client); } } (function (Web3) { Web3.Hostnames = HostnamesAPI.Hostnames; Web3.HostnamesSinglePage = HostnamesAPI.HostnamesSinglePage; })(Web3 || (Web3 = {})); //# sourceMappingURL=web3.mjs.map