UNPKG

thelounge

Version:

The self-hosted Web IRC client

12 lines (9 loc) 165 B
"use strict"; module.exports = function(a, b, opt) { a = a.toString(); b = b.toString(); if (a === b) { return opt.fn(this); } return opt.inverse(this); };