expo-nsd
Version:
A small wrapper for Network Service Discovery libraries
8 lines • 407 B
TypeScript
import { Subscription } from 'expo-modules-core';
import { Service } from './ExpoNsd.types';
export declare function requestPermissions(): any;
export declare function startDiscovery(): any;
export declare function stopDiscovery(): any;
export declare function configureDiscovery(serviceType: string, listener: (event: Service) => void): Subscription;
export { Service };
//# sourceMappingURL=index.d.ts.map