summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/identity.js
blob: 8013e2e5af128871050f5cc82a6b1d4dae38f167 (plain)
1
2
3
4
5
6
7
'use strict';

var o = {};

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