mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-01 09:00:11 +00:00
Adds an indexer to the storage service to allow dereferencing stored data using a dynamic key value. This allows the consumer to write custom getter/setter methods. This is not currently possible if the typescript project is configured to not allow implicit Any.