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