mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-14 21:07:26 -08:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
|
var root = require('./_root');
|
||
|
|
||
|
/** Built-in value references. */
|
||
|
var Symbol = root.Symbol;
|
||
|
|
||
|
module.exports = Symbol;
|