UNPKG

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