8 lines
112 B
JavaScript

define(['./_tagTester'], function (_tagTester) {
var isSymbol = _tagTester('Symbol');
return isSymbol;
});