@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable symbol_forConst

    symbol_for: (key: string) => symbol = ...

    alias for Symbol.for.

    Type declaration

      • (key: string): symbol
      • Returns a Symbol object from the global symbol registry matching the given key if found. Otherwise, returns a new symbol with this key.

        Parameters

        • key: string

          key to search for.

        Returns symbol