UNPKG

symbol.prototype.description

Version:

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

15 lines (10 loc) 328 B
'use strict'; var getPolyfill = require('./polyfill'); var shim = require('./shim'); var implementation = require('./implementation'); var callBind = require('call-bind'); var bound = callBind(getPolyfill()); bound.shim = shim; bound.getPolyfill = getPolyfill; bound.implementation = implementation; module.exports = bound;