We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff16fc2 + be875f9 commit f08fe3fCopy full SHA for f08fe3f
lib/util/process-browser.js
@@ -5,7 +5,7 @@
5
6
"use strict";
7
8
-exports.process = {
+module.exports = {
9
versions: {},
10
nextTick(fn) {
11
const args = Array.prototype.slice.call(arguments, 1);
0 commit comments