UNPKG

@servant/servant-discovery

Version:

Servant discovery library that can communicate with other servant processes.

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