mirror of
https://github.com/azure/login.git
synced 2026-06-06 16:47:08 +00:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
define(['./_tagTester'], function (_tagTester) {
|
|
|
|
var isDate = _tagTester('Date');
|
|
|
|
return isDate;
|
|
|
|
});
|