blob: 8013e2e5af128871050f5cc82a6b1d4dae38f167 [file] [log] [blame]
'use strict';
var o = {};
module.exports = function (t, a) {
a(t(o), o);
};