Creates a function that invokes func with partials prepended to the arguments it receives. This function is like bind except it does not alter the this binding.
Differences from lodash:
there is no "placeholder" functionality
sets the "length" property of partially applied functions
Contribution to minified bundle size, when it is the only function imported:
Creates a function that invokes
func
withpartials
prepended to the arguments it receives. This function is likebind
except it does not alter thethis
binding.Differences from lodash:
Contribution to minified bundle size, when it is the only function imported: