UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 649 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as ContentListsAPI from 'cloudflare/resources/web3/hostnames/ipfs-universal-paths/content-lists/content-lists'; export class IPFSUniversalPaths extends APIResource { constructor() { super(...arguments); this.contentLists = new ContentListsAPI.ContentLists(this._client); } } (function (IPFSUniversalPaths) { IPFSUniversalPaths.ContentLists = ContentListsAPI.ContentLists; })(IPFSUniversalPaths || (IPFSUniversalPaths = {})); //# sourceMappingURL=ipfs-universal-paths.mjs.map