UNPKG
@tbmini/eureka-client-ts
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.5
--- id: eureka-client-ts ---
@tbmini/eureka-client-ts
/
dist
/
client.d.ts
10 lines
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@format
*/
import
{
Eureka
}
from
'eureka-js-client'
;
interface
IParams
{
port
:
number
;
appName
:
string
;
registerWithEureka
?:
boolean
; }
export
default
function
client
(
options
:
IParams
):
Eureka
;
export
{};
//# sourceMappingURL=client.d.ts.map