Sign in
apache
/
pouchdb
/
refs/heads/checkpointer-too-big
/
.
/
lib
/
deps
/
promise.js
blob: 965723f6318c82f64e8b3c75358e812058b1fb0b [
file
] [
log
] [
blame
]
'use strict'
;
if
(
typeof
Promise
===
'function'
)
{
module
.
exports
=
Promise
;
}
else
{
module
.
exports
=
require
(
'bluebird'
);
}