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) 155 B
export interface InstallAllOptions { dir: string; force: boolean; } export declare function installAll(options: InstallAllOptions): Promise<void>;