UNPKG

@tbmini/eureka-client-ts

Version:

--- id: eureka-client-ts ---

10 lines 258 B
/** @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