mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-23 21:19:28 +08:00
08d466b6ab
Co-authored-by: Oliver King <oking3@uncc.edu>
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
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;
|