UNPKG

symbol.prototype.description

Version:

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

5 lines (3 loc) 125 B
import implementation from './implementation'; declare function getPolyfill(): typeof implementation; export = getPolyfill;