Files
lodash/_Set.js
John-David Dalton 7293d39642 Bump to v4.1.0.
2016-01-29 01:14:13 -08:00

8 lines
187 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;
});