Truck
-
[Typescript] Exhaustive conditionals – UnreachableError helper class
class UnreachableError extends Error { constructor(_nvr: never, message: string) { super(m…
class UnreachableError extends Error { constructor(_nvr: never, message: string) { super(m…