Sign in
apache
/
pouchdb
/
refs/heads/4071-part-three
/
.
/
lib
/
deps
/
promise.js
blob: 66a4abc1469bb136c1967bc602cab513368accc2 [
file
] [
log
] [
blame
]
'use strict'
;
/* istanbul ignore next */
module
.
exports
=
typeof
Promise
===
'function'
?
Promise
:
require
(
'lie'
);