UNPKG
@tuia/eureka-client-ts
Version:
latest (0.3.8)
0.3.8
0.3.7
@tuia/eureka-client-ts
/
lib
/
client.d.ts
8 lines
(7 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Eureka
}
from
'eureka-js-client'
;
interface
IParams
{
port
:
number
;
appName
:
string
; }
export
default
function
client
(
options
:
IParams
):
Eureka
;
export
{};