6 lines
78 B
JavaScript
Raw Normal View History

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