Skip to main content
Module

x/lodash/npm-package/_Set.js

A modern JavaScript utility library delivering modularity, performance, & extras.
Extremely Popular
Latest
File
var getNative = require('./_getNative'), root = require('./_root');
/* Built-in method references that are verified to be native. */var Set = getNative(root, 'Set');
module.exports = Set;