source: frontend/node_modules/bonjour-service/dist/lib/registry.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: 415 bytes
Line 
1import Server from './mdns-server';
2import Service, { ServiceConfig } from './service';
3export declare class Registry {
4 private server;
5 private services;
6 constructor(server: Server);
7 publish(config: ServiceConfig): Service;
8 unpublishAll(callback: CallableFunction | undefined): void;
9 destroy(): void;
10 private probe;
11 private announce;
12 private teardown;
13}
14export default Registry;
Note: See TracBrowser for help on using the repository browser.