UNPKG
@yoroi/exchange
Version:
latest (3.0.0)
3.0.0
2.0.1
The Exchange package of Yoroi SDK
github.com/Emurgo/yoroi/packages/exchange
@yoroi/exchange
/
lib
/
typescript
/
adapters
/
base-url-adapter.js.flow
11 lines
(9 loc)
•
216 B
Flow
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 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
;