you-dont-need / You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin
MIT License
18.74k stars 815 forks source link

Add entry for _.identity #391

Open olof-nord opened 8 months ago

olof-nord commented 8 months ago

This util doesnt seem to do all that much.

I am curious what some ideas are for the best way of replacing it.

https://lodash.com/docs/4.17.15#identity

binury commented 8 months ago
const identity = x => x;

¯\_(ツ)_/¯