UNPKG

@tuia/eureka-client-ts

Version:

8 lines (7 loc) 173 B
import { Eureka } from 'eureka-js-client'; interface IParams { port: number; appName: string; } export default function client(options: IParams): Eureka; export {};