parent
107b119d52
commit
3cb7c0f7ee
2 changed files with 14 additions and 2 deletions
@ -1,5 +1,6 @@ |
||||
type JoinOptions = { |
||||
beforeReturn?: (toReturn?: string) => string; |
||||
elementWrapper?: string; |
||||
onEach?: (element: string) => string; |
||||
separator?: string; |
||||
}; |
||||
|
Loading…
Reference in new issue