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/noop.js
blob: 4305c6fcfd51cd55351b85eaf7401cbfd9dba3f4 (plain)
1
2
3
4
5
'use strict';

module.exports = function (t, a) {
	a(typeof t(1, 2, 3), 'undefined');
};