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

    Variable symbol_keyForConst

    symbol_keyFor: (sym: symbol) => undefined | string = ...

    alias for Symbol.keyFor.

    Type declaration

      • (sym: symbol): undefined | string
      • Returns a key from the global symbol registry matching the given Symbol if found. Otherwise, returns a undefined.

        Parameters

        • sym: symbol

          Symbol to find the key for.

        Returns undefined | string