webextensions/src/scripts/utils/storage.js

4 lines
100 B
JavaScript
Raw Normal View History

2018-04-08 22:33:36 +02:00
import ext from "./ext";
2019-05-06 17:01:54 +02:00
module.exports = ext.storage.sync ? ext.storage.sync : ext.storage.local;