ui
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { ServiceRecord } from './service';
|
||||
export declare class Server {
|
||||
mdns: any;
|
||||
private registry;
|
||||
constructor(opts: any);
|
||||
register(records: Array<ServiceRecord> | ServiceRecord): void;
|
||||
unregister(records: Array<ServiceRecord> | ServiceRecord): void;
|
||||
private respondToQuery;
|
||||
private recordsFor;
|
||||
private isDuplicateRecord;
|
||||
private unique;
|
||||
}
|
||||
export default Server;
|
||||
Reference in New Issue
Block a user