I hava a dictionary defined like this:
dicti: { [index: string]: string }
Is there a way to find the value of a key by its content? (the content is unique on each key)
I hava a dictionary defined like this:
dicti: { [index: string]: string }
Is there a way to find the value of a key by its content? (the content is unique on each key)