empty
empty<
K,V>():ReadonlyMap<K,V>
Defined in: Utils/Dict.ts:36
Creates an empty dictionary.
Type Parameters
Section titled “Type Parameters”K
V
Returns
Section titled “Returns”ReadonlyMap<K, V>
empty<
K,V>():ReadonlyMap<K,V>
Defined in: Utils/Dict.ts:36
Creates an empty dictionary.
K
V
ReadonlyMap<K, V>