mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-30 23:17:48 +00:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
define(['./_root'], function(root) {
|
|
|
|
/** Built-in value references. */
|
|
var Reflect = root.Reflect;
|
|
|
|
return Reflect;
|
|
});
|