UNPKG

signalk-server

Version:

An implementation of a [Signal K](http://signalk.org) server for boats.

9 lines (8 loc) 378 B
import { WithConfig } from './app'; export declare const getSslPort: (app: WithConfig) => number; export declare const getHttpPort: (app: WithConfig) => number; export declare function getPrimaryPort(app: WithConfig): number | { fd: number; }; export declare function getSecondaryPort(app: WithConfig): any; export declare function getExternalPort(app: WithConfig): number;