UNPKG

@iobroker/db-states-jsonl

Version:

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

7 lines 281 B
export { Client } from '@iobroker/db-states-redis'; export { StatesInMemoryServerClass as Server } from './lib/states/statesInMemServerClass.js'; /** * Get the default port of the objects db */ export declare function getDefaultPort(): number; //# sourceMappingURL=index.d.ts.map