UNPKG

symbol.prototype.description

Version:

Spec-compliant shim for Symbol.prototype.description proposal.

6 lines (5 loc) 120 B
interface Symbol { readonly description: typeof Symbol.prototype.description; } declare const x: never; export = x;