summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/array/_is-extensible.js
blob: d387126fe111eddcc0823d10c053067b44c58245 (plain)
1
2
3
4
5
'use strict';

module.exports = function (t, a) {
	a(typeof t, 'boolean');
};