Browse Source

[function.noop]: simplify default export

mightyplow 7 years ago
parent
commit
c0b9f36794
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/function/noop.js

+ 2 - 3
src/function/noop.js

@@ -1,6 +1,5 @@
 /**
  * @memberOf function
+ * @function
  */
-const noop = Function.prototype;
-
-export default noop
+export default Function.prototype