index.d.ts 116 B

123
  1. declare function getSymbolDescription(thisArg: symbol | Symbol): string | undefined;
  2. export = getSymbolDescription;