UNPKG

@servant/servant-discovery

Version:

Servant discovery library that can communicate with other servant processes.

4 lines (3 loc) 153 B
import { Command } from "./base"; export type CommandHello = Command; export declare function commandHello(from: string, port: number): CommandHello;