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

    Variable symbol_keyForConst

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

    alias for Symbol.keyFor.

    Type Declaration

      • (sym: symbol): string | undefined
      • 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 string | undefined