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