sparkletown/sparkle

View on GitHub
src/utils/error.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const assertUnreachable = (_: never) => {
  throw new Error("Didn't expect to get here");
};