UNPKG

well-known-symbols

Version:

An ESnext spec-compliant shim/polyfill/replacement for all Well-Known Symbols that works in any environment with Symbols.

8 lines (5 loc) 172 B
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return (implementation && Symbol.search) || implementation; };