mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
/** Built-in value references. */
|
|
var _Symbol = global.Symbol;
|
|
|
|
module.exports = _Symbol;
|