Skip to content

Commit 112eed6

Browse files
fix: export default configuration object (#3)
1 parent cdcb88c commit 112eed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { parseXmlResponse } from './parse'
99

1010
export { IProbeConfig } from './config'
1111
export { IONVIFDevice }
12+
export { DEFAULT_CONFIG }
1213

1314
type IONVIFDeviceWithTimestamp = IONVIFDevice & { readonly ts: number }
1415

0 commit comments

Comments
 (0)