mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
import getNative from './_getNative.js';
|
|
import root from './_root.js';
|
|
|
|
const Set = getNative(root, 'Set');
|
|
|
|
export default Set;
|