mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-06 06:14:53 +00:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
"use strict";
|
|
|
|
var o = {};
|
|
|
|
module.exports = function (t, a) {
|
|
a(t(o)(), o);
|
|
};
|