Sign in
cobalt
/
cobalt
/
4db9f13a160f367210321ab353f1fd251699bffb
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
_Map.js
blob: b73f29a0f9da60ee0e6fcdb06ad0e57aa17982f7 [
file
] [
log
] [
blame
]
var
getNative
=
require
(
'./_getNative'
),
root
=
require
(
'./_root'
);
/* Built-in method references that are verified to be native. */
var
Map
=
getNative
(
root
,
'Map'
);
module
.
exports
=
Map
;