Heracles.ts

@hydra-cg/heracles.ts > IDictionary

Interface: IDictionary

Describes an abstract dictionary of key-value pairs where key is always a string.

interface:

Type parameters

T

Hierarchy

IDictionary

Indexable

[key: string]: T Gets a value by its key.

Index