mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-07 02:36:20 +08:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
|
|
define(['./_tagTester'], function (_tagTester) {
|
||
|
|
|
||
|
|
var isSymbol = _tagTester('Symbol');
|
||
|
|
|
||
|
|
return isSymbol;
|
||
|
|
|
||
|
|
});
|