4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-11 18:35:19 +08:00
2016-10-17 10:50:30 -07:00

8 lines
192 B
JavaScript

try {
var util = require('util');
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} catch (e) {
module.exports = require('./inherits_browser.js');
}