try { module.exports = require("nonexistent"); } catch(_e) { module.exports = require("assert"); }