Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
_Map.js
blob: b73f29a0f9da60ee0e6fcdb06ad0e57aa17982f7 [
file
]
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
;