lodash.rest
JSON →This package provides the `_.rest` method from lodash as a standalone, modularized module (v4.0.5). It creates a function that invokes the provided function with arguments from the second argument onward, effectively ignoring the first argument. It is part of the lodash modularized approach, allowing users to cherry-pick individual methods without importing the full lodash library. Useful for functional programming patterns such as transforming callback arguments. Current stable version: 4.0.5. Release cadence is tied to lodash core releases. Key differentiator: zero dependencies, targeting Node.js and bundlers.