UNPKG

zumokit

Version:

ZumoKit is a Wallet as a Service SDK

7 lines (6 loc) 181 B
declare global { interface Window { ZumoCoreModule: any; } } export declare const errorProxy: <T extends unknown>(zumoCoreModule: any, callback: any) => Promise<T>;