UNPKG

@yoroi/exchange

Version:

The Exchange package of Yoroi SDK

11 lines (9 loc) 216 B
/** * Flowtype definitions for base-url-adapter * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ declare export var baseUrlAdapter: ( baseUrl: string, providerId: string ) => string;