Sign in
cobalt
/
cobalt
/
6fe5ef06537b021bd413949b10e77029b39b144b
/
.
/
third_party
/
devtools
/
node_modules
/
pinkie-promise
/
index.js
blob: 777377a1f777b166a5b116e1a87f99d21fbea75d [
file
]
'use strict'
;
module
.
exports
=
typeof
Promise
===
'function'
?
Promise
:
require
(
'pinkie'
);