UNPKG

@covalenthq/client-sdk

Version:

<div align="center"> <a href="https://goldrush.dev/products/goldrush/" target="_blank" rel="noopener noreferrer"> <img alt="GoldRush TS SDK Logo" src="./repo-static/ts-sdk-banner.png" style="max-width: 100%;"/> </a> </div>

3 lines (2 loc) 179 B
import { type GoldRushClientSettings } from "../types/Generic.types"; export declare function debugOutput(settings: GoldRushClientSettings, ...content: unknown[]): Promise<void>;