UNPKG

thelounge

Version:

The self-hosted Web IRC client

13 lines (9 loc) 150 B
"use strict"; var diff; module.exports = function(a, opt) { if (a !== diff) { diff = a; return opt.fn(this); } return opt.inverse(this); };