aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tiny-worker/lib/noop.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tiny-worker/lib/noop.js')
-rw-r--r--node_modules/tiny-worker/lib/noop.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/tiny-worker/lib/noop.js b/node_modules/tiny-worker/lib/noop.js
new file mode 100644
index 000000000..312fce83b
--- /dev/null
+++ b/node_modules/tiny-worker/lib/noop.js
@@ -0,0 +1,5 @@
+"use strict";
+
+module.exports = function () {
+ return void 0;
+};