mirror of
https://github.com/azure/login.git
synced 2026-06-06 09:17:07 +00:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
// Keep the identity function around for default iteratees.
|
|
export default function identity(value) {
|
|
return value;
|
|
}
|