TypeScript/src/lib/es2019.symbol.d.ts
2019-06-14 11:58:42 +03:00

7 lines
146 B
TypeScript

interface Symbol {
/**
* expose the [[Description]] internal slot of a symbol directly
*/
readonly description: string;
}