We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8800d7b commit cdcb88cCopy full SHA for cdcb88c
src/index.ts
@@ -7,6 +7,9 @@ import { probePayload } from './probe-payload'
7
import { IONVIFDevice } from './device'
8
import { parseXmlResponse } from './parse'
9
10
+export { IProbeConfig } from './config'
11
+export { IONVIFDevice }
12
+
13
type IONVIFDeviceWithTimestamp = IONVIFDevice & { readonly ts: number }
14
15
const uniqueObjects =
0 commit comments