export function notReachable(_: never): never { throw new Error(`Shouldn't reach here: ${_}`); }