We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996cf3f commit 43daf35Copy full SHA for 43daf35
.github/.keepalive
lib/index.js
@@ -59,7 +59,7 @@
59
// MODULES //
60
61
var setReadOnly = require( '@stdlib/utils-define-nonenumerable-read-only-property' );
62
-var countByAsync = require( './count_by.js' );
+var countByAsync = require( './main.js' );
63
var factory = require( './factory.js' );
64
65
lib/count_by.js renamed to lib/main.js
0 commit comments