mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-26 21:26:07 +08:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
define(['./_tagTester'], function (_tagTester) {
|
|
|
|
var isString = _tagTester('String');
|
|
|
|
return isString;
|
|
|
|
});
|