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 d685148 commit 31ee184Copy full SHA for 31ee184
src/utils.js
@@ -1,6 +1,4 @@
1
-/* Merge conflict resolved: retaining original comprehensive utils implementation (pre-refactor). */
2
-/* Planned future: replace monolith with modular barrel once lib/ modules are finalised. */
3
-export * from './lib/index.js';
+/* Retained monolithic utils implementation. TODO: introduce modular lib/ barrel before exporting. */
4
import {
5
shouldCapitaliseI,
6
shouldCapitaliseNames,
0 commit comments