Files
2026-DEV-BUT3/node_modules/get-symbol-description/index.d.ts
T
2026-04-25 15:28:39 +02:00

3 lines
116 B
TypeScript

declare function getSymbolDescription(thisArg: symbol | Symbol): string | undefined;
export = getSymbolDescription;