convert all hacknet to ts

This commit is contained in:
Olivier Gagnon
2021-09-09 03:17:01 -04:00
parent c97fece747
commit b7e07bc7f2
41 changed files with 1947 additions and 1930 deletions

View File

@@ -157,8 +157,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
d += "    [\n";
d += n
.map(
(line: number[]) =>
"        [" +
(line: number[]) => "        [" +
line.map((x: number) => `${x}`.padStart(2, " ")).join(",") +
"]",
)