UNPKG

@worker-tools/kv-storage-polyfill

Version:

Typed wrapper around https://github.com/GoogleChromeLabs/kv-storage-polyfill

4 lines 180 B
import storage, { StorageArea as StorageAreaImpl } from "kv-storage-polyfill"; export const StorageArea = StorageAreaImpl; export default storage; //# sourceMappingURL=index.js.map