Vidya reddy/prettier code (#203)

This commit is contained in:
Vidya
2022-06-24 13:57:45 -07:00
committed by GitHub
parent 976c5c4981
commit dcd9bc6b1a
71 changed files with 16044 additions and 15876 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
export function createInlineArray(str: string | string[]): string {
if (typeof str === "string") {
return str;
}
return str.join(",");
}
export function createInlineArray(str: string | string[]): string {
if (typeof str === 'string') {
return str
}
return str.join(',')
}