mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-02-11 18:17:53 +00:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
![]() |
define(['./_tagTester'], function (_tagTester) {
|
||
|
|
||
|
var isSymbol = _tagTester('Symbol');
|
||
|
|
||
|
return isSymbol;
|
||
|
|
||
|
});
|