Skip to content

Commit efb2bf9

Browse files
committed
Mark generic as not exportable
1 parent 08a14e0 commit efb2bf9

File tree

1 file changed

+4
-0
lines changed
  • lib/node_modules/@stdlib/array/lib

1 file changed

+4
-0
lines changed

lib/node_modules/@stdlib/array/lib/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
* When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.
2323
*/
2424

25+
/*
26+
* The following modules are intentionally not exported: generic
27+
*/
28+
2529
// MODULES //
2630

2731
var setReadOnly = require( '@stdlib/utils/define-read-only-property' );

0 commit comments

Comments
 (0)