Sign in
apache
/
pouchdb
/
refs/heads/test-npm-git
/
.
/
src
/
deps
/
isCordova.js
blob: 48dada2288fbae006f48a52829629af745f512db [
file
] [
log
] [
blame
]
function
isCordova
()
{
return
(
typeof
cordova
!==
"undefined"
||
typeof
PhoneGap
!==
"undefined"
||
typeof
phonegap
!==
"undefined"
);
}
export
default
isCordova
;