2020-09-16 14:23:28 +02:00

6 lines
78 B
JavaScript

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