parent
acc6f54557
commit
c81a94ff75
14 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
export function concat(xs: string[]): string {
|
||||
return xs.reduce((a, b) => a + b, "");
|
||||
return xs.reduce((a, b) => a + b, '');
|
||||
}
|
||||
|
||||
export function capitalize(s: string): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue