UNPKG

camera-probe

Version:

Realtime scanning and discovery of networked cameras.

4 lines (3 loc) 240 B
import { IOnvifDevice } from './device'; export declare const maybeIpAddress: (str: string) => import("typescript-monads").IMaybe<string>; export declare const xmlToOnvifDevice: (doc: Document) => (notfoundStr?: string) => IOnvifDevice;