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

4 lines
120 B
JavaScript
Executable file

// Keep the identity function around for default iteratees.
export default function identity(value) {
return value;
}