created HttpRequest
This commit is contained in:
3
src/lang/assertUnreachable.ts
Normal file
3
src/lang/assertUnreachable.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function assertUnreachable(x: never): never {
|
||||
throw new Error(`Unreachable code: ${x}`);
|
||||
}
|
||||
Reference in New Issue
Block a user