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

4 lines
112 B
JavaScript
Executable file

// Predicate-generating function. Often useful outside of Underscore.
function noop(){}
module.exports = noop;