UNPKG

anchorbrowser

Version:

The official TypeScript library for the Anchorbrowser API

12 lines (8 loc) 282 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import type { Anchorbrowser } from '../client'; export abstract class APIResource { protected _client: Anchorbrowser; constructor(client: Anchorbrowser) { this._client = client; } }