Skip to content

Commit 7ec3bc5

Browse files
committed
feat: export unslugify module
1 parent afa9e34 commit 7ec3bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export { isValidGoogleMapsUrl } from "./isValidGoogleMapsUrl";
88
export { isValidHttpUrl } from "./isValidHttpUrl";
99
export { shuffleArray } from "./shuffleArray";
1010
export { toKebabCase } from "./toKebabCase";
11+
export { unslugify } from "./unslugify";

0 commit comments

Comments
 (0)