UNPKG

@types/es-abstract

Version:
4 lines (3 loc) 172 B
// eslint-disable-next-line @typescript-eslint/ban-types declare function getSymbolDescription(symbol: symbol | Symbol): string | undefined; export = getSymbolDescription;