"use strict"; module.exports = function unreachable(reason) { throw new Error(`${reason}; this is a bug in raqb, please report it!`); };