Skip to content

Commit 3126e3c

Browse files
committed
refactor: add return type
1 parent 4fca9a4 commit 3126e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/id.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export function id(...parts: string[]) {
1+
export function id(...parts: string[]): string {
22
return parts.filter(Boolean).join(".");
33
}

0 commit comments

Comments
 (0)