UNPKG

nativescript-zeroconf

Version:
10 lines (7 loc) 255 B
import { Common } from './zeroconf.common'; export declare class Zeroconf extends Common { constructor(serviceType: string, serviceDomain?: string); startServiceDiscovery(): void; stopServiceDiscovery(): void; } export * from "./zeroconf.common";