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 4fca9a4 commit 3126e3cCopy full SHA for 3126e3c
src/id.ts
@@ -1,3 +1,3 @@
1
-export function id(...parts: string[]) {
+export function id(...parts: string[]): string {
2
return parts.filter(Boolean).join(".");
3
}
0 commit comments