UNPKG

cdp-wallet-onramp-kit

Version:

Complete toolkit for Coinbase Developer Platform (CDP) Embedded Wallets and Onramp integration with reusable components, utilities, and documentation

6 lines (5 loc) 144 B
export interface SetupOptions { dir: string; force: boolean; } export declare function setupDocs(options: SetupOptions): Promise<void>;