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

7 lines
106 B
JavaScript
Executable file

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