UNPKG

eventstore-interconnect

Version:
8 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isLegacyConf = void 0; const isLegacyConf = (configuration) => { return !configuration.connectionString; }; exports.isLegacyConf = isLegacyConf; //# sourceMappingURL=configurations.helper.js.map