summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es6-symbol/test/is-native-implemented.js
blob: df8ba0323f0cad143e260164bf9ab6843e0ddd9d (plain)
1
2
3
'use strict';

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