CampfireAuth/node_modules/underscore/modules/identity.js
2025-03-19 21:59:49 +05:00

5 lines
120 B
JavaScript

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