all files / lib/deps/ isCordova.js

100% Statements 5/5
100% Branches 3/3
100% Functions 1/1
100% Lines 5/5
1 2 3 4 5 6 7 8 9 10 11        6844×    
"use strict";
 
Object.defineProperty(exports, "__esModule", {
  value: true
});
function isCordova() {
  return typeof cordova !== "undefined" || typeof PhoneGap !== "undefined" || typeof phonegap !== "undefined";
}
 
exports.default = isCordova;
module.exports = exports['default'];