getKeyPrefix.js 198 B

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