mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 18:55:56 +02:00
committed by
syuilo
parent
acc6f54557
commit
c81a94ff75
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user