export function getKeyPrefix(options, defaultConfig) { return `${options.name || defaultConfig.name}/${options.storeName || defaultConfig.storeName}/`; } //# sourceMappingURL=getKeyPrefix.js.map