Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
_Promise.js
blob: 247b9e1bacac641265a88eb53c714281910ba2d7 [
file
]
var
getNative
=
require
(
'./_getNative'
),
root
=
require
(
'./_root'
);
/* Built-in method references that are verified to be native. */
var
Promise
=
getNative
(
root
,
'Promise'
);
module
.
exports
=
Promise
;