Skip to content

Commit 45435cd

Browse files
committed
Export all utilities from string.utils module
1 parent 936cb85 commit 45435cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/modules/string/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export { upperCaseFirst } from "./string.utils";
2-
1+
export * from "./string.utils";

0 commit comments

Comments
 (0)