UNPKG

symbol.prototype.description

Version:

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

5 lines (3 loc) 119 B
import implementation from './implementation'; declare function shim(): false | typeof implementation; export = shim;