Files
Ceras/themes/ceras/node_modules/lodash/_Set.js
T
2023-07-12 16:31:19 +01:00

8 lines
195 B
JavaScript
Executable 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;