setup-maven-cached/node_modules/underscore/modules/identity.js
2022-06-28 10:39:30 +02:00

5 lines
120 B
JavaScript

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