From 031ede6fb3b7443afa9feb486469fab4def2cec6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 15:56:03 +0200 Subject: add tiny-worker library --- node_modules/tiny-worker/lib/noop.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 node_modules/tiny-worker/lib/noop.js (limited to 'node_modules/tiny-worker/lib/noop.js') 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; +}; -- cgit v1.2.3