aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/function/identity.js
blob: a5b0b1bc9f7145ed4ff1b9610fd83e773e3b4dea (plain)
1
2
3
4
5
6
7
"use strict";

var o = {};

module.exports = function (t, a) {
	a(t(o), o);
};