UNPKG

172 BTypeScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-types
2declare function getSymbolDescription(symbol: symbol | Symbol): string | undefined;
3export = getSymbolDescription;