UNPKG

@iobroker/db-objects-jsonl

Version:

The Library contains the JSONL Database classes for File based objects database client and server.

9 lines 287 B
export { Client } from '@iobroker/db-objects-redis'; export { ObjectsInMemoryServerClass as Server } from './lib/objects/objectsInMemServerClass.js'; /** * Get the default port of the objects db */ export function getDefaultPort() { return 9001; } //# sourceMappingURL=index.js.map