source: frontend/node_modules/bonjour-service/dist/lib/mdns-server.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 501 bytes
Line 
1import { ServiceConfig, ServiceRecord } from './service';
2export declare class Server {
3 mdns: any;
4 private registry;
5 private errorCallback;
6 constructor(opts: Partial<ServiceConfig>, errorCallback?: Function | undefined);
7 register(records: Array<ServiceRecord> | ServiceRecord): void;
8 unregister(records: Array<ServiceRecord> | ServiceRecord): void;
9 private respondToQuery;
10 private recordsFor;
11 private isDuplicateRecord;
12 private unique;
13}
14export default Server;
Note: See TracBrowser for help on using the repository browser.