AspireDict.get
Method
interface AspireDict { // ... omitted for brevity get(key: K): Promise<V>;}Signature
method
get Gets the value associated with the specified key
get(key: K): Promise<V>Parameters
key K Returns
Promise<V> Defined on
This method is defined on the following type: