Skip to content

Commit

Permalink
Update join.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 31, 2021
1 parent 8aa7224 commit 2db66a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts41/join.d.ts
@@ -1,7 +1,7 @@
/**
Joins an array of strings using a given string as delimiter.
Join an array of strings using the given string as delimiter.
Use-case: Defining field paths in a nested object (e.g. for dot-notation fields in MongoDB queries).
Use-case: Defining key paths in a nested object. For example, for dot-notation fields in MongoDB queries.
@example
```
Expand Down

0 comments on commit 2db66a8

Please sign in to comment.