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 cdcb88c commit 112eed6Copy full SHA for 112eed6
src/index.ts
@@ -9,6 +9,7 @@ import { parseXmlResponse } from './parse'
9
10
export { IProbeConfig } from './config'
11
export { IONVIFDevice }
12
+export { DEFAULT_CONFIG }
13
14
type IONVIFDeviceWithTimestamp = IONVIFDevice & { readonly ts: number }
15
0 commit comments