We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e9648 commit f267dd0Copy full SHA for f267dd0
src/index.js
@@ -6,9 +6,9 @@ import compose from './compose'
6
import warning from './utils/warning'
7
8
/*
9
-* This is a dummy function to check if the function name has been altered by minification.
10
-* If the function has been minified and NODE_ENV !== 'production', warn the user.
11
-*/
+ * This is a dummy function to check if the function name has been altered by minification.
+ * If the function has been minified and NODE_ENV !== 'production', warn the user.
+ */
12
function isCrushed() {}
13
14
if (
0 commit comments