mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
[chore] TSLint cleanup
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* Returns the input array as a comma separated string.
|
||||
*/
|
||||
export function arrayToString<T>(a: T[]) {
|
||||
return `[${a.join(", ")}]`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user