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.
JoinUnion
1 parent 33385d4 commit 6a89ebeCopy full SHA for 6a89ebe
source/join-union.d.ts
@@ -2,7 +2,7 @@ import type {UnionToTuple} from './union-to-tuple.d.ts';
2
import type {Join, JoinableItem} from './join.d.ts';
3
4
/**
5
-Join an union of {@link JoinableItem `JoinableItems`} using the given string as a delimiter.
+Join a union of strings and/or numbers ({@link JoinableItem `JoinableItems`}) using the given string as a delimiter.
6
7
Delimiter defaults to `,`.
8
0 commit comments