iobroker.js-controller
Version:
Updated by reinstall.js on 2018-06-11T15:19:56.688Z
5 lines • 392 B
JavaScript
// Deprecated. This is only for back compatibility by tests!
console.warn('Deprecated! Please use require("@iobroker/db-states-file").Server in tests to start a server and then use require("@iobroker/db-states-file").Client to connect with a client against this server!');
import { Server } from '@iobroker/db-states-file';
export default Server;
//# sourceMappingURL=statesInMemServer.js.map