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