wishthis/node_modules/es5-ext/test/function/constant.js
2022-01-21 09:28:41 +01:00

5 lines
80 B
JavaScript

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