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 CommandClose = Command; export declare function commandClose(from: string, port: number): CommandClose;