1 2 3
module.exports = function (value, options) { return value == null ? options.fn(this) : options.inverse(this); };