UNPKG

@berrywallet/core

Version:

Berrywallet main Core for work with common cryptocurrencies like Bitcoin, Ethereum, Dash, Litecoin

2 lines (1 loc) 103 B
export declare function wrapLimiterMethod<R>(cb: () => PromiseLike<R>, priority?: number): Promise<R>;