mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 10:59:55 +08: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.