Skip to content

Commit 9cfab57

Browse files
committed
Add comment indicating that tools shall not be exported
1 parent 1cfc74b commit 9cfab57

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

+4
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: tools
27+
*/
28+
2529
// MODULES //
2630

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

0 commit comments

Comments
 (0)