.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / inherits / inherits.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/inherits/inherits.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/inherits/inherits.js
new file mode 100644 (file)
index 0000000..f71f2d9
--- /dev/null
@@ -0,0 +1,9 @@
+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');
+}