A subset of the Storage interface which we need for the backends to work.
Storage
Essentially removes the indexable properties and readonly properties from Storage in lib.dom.d.ts. This is so that a custom type can extend it for testing.
Generated using TypeDoc
A subset of the
Storage
interface which we need for the backends to work.Essentially removes the indexable properties and readonly properties from
Storage
in lib.dom.d.ts. This is so that a custom type can extend it for testing.