Representing values that never occur.
x: never
: never
function assertNever(x: never): never { throw new Error('Unexpected object: ' + x); }