Skip to content
module@warp-drive/experiments/storage

Defined in: storage/cache.ts:8

Properties

key

ts
key: null | string;

Defined in: storage/cache.ts:10


newValue

ts
newValue: null | string;

Defined in: storage/cache.ts:12


oldValue

ts
oldValue: null | string;

Defined in: storage/cache.ts:11


storageArea

ts
storageArea: string;

Defined in: storage/cache.ts:9

Released under the MIT License.