Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
jly36963 committed Oct 4, 2023
1 parent a453dc0 commit 9759093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ function concat<T extends string[]>(...strings: T): Concat<T> {
return join(strings)
}

'abc'.concat()

/**
* Joins a tuple of strings with the given delimiter.
* T: The tuple of strings to join.
Expand Down

0 comments on commit 9759093

Please sign in to comment.