Files
lodash/internal/Set.js
John-David Dalton 8c26e6fd4c Bump to v4.0.0.
2016-01-13 01:10:19 -08:00

8 lines
185 B
JavaScript

define(['./getNative', './root'], function(getNative, root) {
/* Built-in method references that are verified to be native. */
var Set = getNative(root, 'Set');
return Set;
});