This commit is contained in:
2025-08-17 07:19:39 -04:00
parent 2bc62eed01
commit 1c032da3df
10 changed files with 347 additions and 50 deletions

View File

@@ -1,3 +1,3 @@
export default function assertUnreachable(x: never): never {
throw new Error(`Unreachable code: ${x}`);
}
}