summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-weak-map/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');
};