UNPKG

ts-unreachable

Version:

Utility function for exhaustiveness checking with TypeScript.

4 lines (3 loc) 128 B
export default function unreachable (value) { throw new TypeError('Encountered impossible value: ' + JSON.stringify(value)) }