/** Used when Typescript hasn't figured out that we can never reach a particular branch. */ export function exhaustivenessCheck(_param: never): never { throw Error("This cannot be...") }