Interface Symbol
interface Symbol {
"[toStringTag]": string;
description: string;
"[toPrimitive]"(hint: string): symbol;
toString(): string;
valueOf(): symbol;
}
"[toStringTag]": string;
description: string;
"[toPrimitive]"(hint: string): symbol;
toString(): string;
valueOf(): symbol;
}
Expose the [[Description]] internal slot of a symbol directly.