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