/** * @param { unknown } err * @returns { never } */ export function __throw(err) { throw err; }