feat: keep labels in a set and make them lowercase

This commit is contained in:
invakid404
2021-06-23 10:31:36 +03:00
parent dead522cc2
commit dead9527b4
4 changed files with 47 additions and 35 deletions
+2
View File
@@ -137,3 +137,5 @@ export function writeOutput(
}
}
}
export type Unpacked<T> = T extends (infer U)[] ? U : T