UNPKG

@xoxno/sdk-js

Version:

The SDK to interact with the XOXNO Protocol!

4 lines (3 loc) 145 B
import type { XOXNOClient } from '../utils/api'; import type { SDK } from './types'; export declare function buildSdk(client: XOXNOClient): SDK;