Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
pinkie-promise
/
index.js
blob: 777377a1f777b166a5b116e1a87f99d21fbea75d [
file
]
'use strict'
;
module
.
exports
=
typeof
Promise
===
'function'
?
Promise
:
require
(
'pinkie'
);