feat: keep labels in a set and make them lowercase
This commit is contained in:
@@ -137,3 +137,5 @@ export function writeOutput(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type Unpacked<T> = T extends (infer U)[] ? U : T
|
||||
|
||||
Reference in New Issue
Block a user