getItem()

in src/shared/storage_utils.js [7:9]


    getItem(key) {
      return items[key];
    },