alias for Symbol.for.
Symbol.for
Returns a Symbol object from the global symbol registry matching the given key if found. Otherwise, returns a new symbol with this key.
key to search for.
alias for
Symbol.for
.