TypeScript/src/lib/es2019.symbol.d.ts

7 lines
146 B
TypeScript
Raw Normal View History

2019-06-14 10:58:42 +02:00
interface Symbol {
/**
* expose the [[Description]] internal slot of a symbol directly
*/
readonly description: string;
}