mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Assume ES5+ built-ins exist.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import Symbol from './_Symbol.js';
|
||||
|
||||
/** Used to convert symbols to primitives and strings. */
|
||||
const symbolProto = Symbol ? Symbol.prototype : undefined;
|
||||
const symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
|
||||
const symbolValueOf = Symbol.prototype.valueOf;
|
||||
|
||||
/**
|
||||
* Creates a clone of the `symbol` object.
|
||||
|
||||
Reference in New Issue
Block a user