UNPKG

get-symbol-description

Version:

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

5 lines (3 loc) 133 B
declare function getInferredName(key: PropertyKey): string; declare const x: typeof getInferredName | undefined | null; export = x;