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

module.exports = function (t, a) {
	a.ok(t && typeof t === 'object');
};