UNPKG

get-symbol-description

Version:

Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.

3 lines (2 loc) 116 B
declare function getSymbolDescription(thisArg: symbol | Symbol): string | undefined; export = getSymbolDescription;