mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
var root = require('./_root');
|
|
|
|
/** Built-in value references. */
|
|
var Reflect = root.Reflect;
|
|
|
|
module.exports = Reflect;
|