6 lines
80 B
JavaScript
Raw Permalink Normal View History

"use strict";
var o = {};
module.exports = function (t, a) { a(t(o)(), o); };