FLUJOS/VISUALIZACION/node_modules/underscore/amd/isRegExp.js
2025-11-07 00:06:12 +01:00

7 lines
112 B
JavaScript
Executable file

define(['./_tagTester'], function (_tagTester) {
var isRegExp = _tagTester('RegExp');
return isRegExp;
});