UNPKG

signalk-server

Version:

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

10 lines 203 B
declare function _exports(app: any): { start: () => void; mdns: { name: string; type: string; port: number; }; }; export = _exports; //# sourceMappingURL=rest.d.ts.map