aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tiny-worker/lib/noop.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-27 15:56:03 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-27 15:56:03 +0200
commit031ede6fb3b7443afa9feb486469fab4def2cec6 (patch)
tree1decb18424782b2255e2af9a86f333bc277de0de /node_modules/tiny-worker/lib/noop.js
parentd0361eacfb367c83a65a119ec71a736841850a13 (diff)
add tiny-worker library
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;
+};