UNPKG

@iobroker/db-objects-jsonl

Version:

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

7 lines 285 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 declare function getDefaultPort(): number; //# sourceMappingURL=index.d.ts.map