3
0
Fork 0
mirror of https://github.com/crazy-max/ghaction-import-gpg.git synced 2025-03-02 02:14:00 +01:00
import-gpg/node_modules/inherits/inherits.js

10 lines
250 B
JavaScript
Raw Normal View History

2020-05-05 21:10:31 +02:00
try {
var util = require('util');
/* istanbul ignore next */
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} catch (e) {
/* istanbul ignore next */
module.exports = require('./inherits_browser.js');
}