diff options
Diffstat (limited to 'node_modules/es5-ext/function/noop.js')
-rw-r--r-- | node_modules/es5-ext/function/noop.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/es5-ext/function/noop.js b/node_modules/es5-ext/function/noop.js new file mode 100644 index 000000000..6174f0331 --- /dev/null +++ b/node_modules/es5-ext/function/noop.js @@ -0,0 +1,4 @@ +"use strict"; + +// eslint-disable-next-line no-empty-function +module.exports = function () {}; |