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