"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getKeyPrefix(options, defaultConfig) { return (options.name || defaultConfig.name) + "/" + (options.storeName || defaultConfig.storeName) + "/"; } exports.getKeyPrefix = getKeyPrefix; //# sourceMappingURL=getKeyPrefix.js.map