Validation_Suite/validation-suite/frontend/atlas/node_modules/get-symbol-description/index.d.ts

3 lines
No EOL
116 B
TypeScript

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